Miltiple OS names in same filter field

(imported topic written by SystemAdmin)

Hello all

I am trying to tighten up my subscribed computers for a custom site. I want to filter on all Windows server OSs we use (2000, 2003, 2008) as well as setting a custom property as false. I need to set the ‘match conditions’ to ‘ALL’ in order to make this work.

My question: Can I place all three OS names on the same line? Somthing like: ‘OS contains Win2000; Win2003; Win2008’

If I keep them seperate, then the filter does not work with the AND condition. I cannot select the ANY condition, becasue then it does not use the OS AND custom property

Ideas?

(imported comment written by cstoneba)

you could do:

name of operating system contains 
"Win2000" or name of operating system contains 
"Win2003" or name of operating system contains 
"Win2008"

(imported comment written by SystemAdmin)

Yeah, that might work. Trying it now. Thank you