I'm struggling with a WMI-Filter, so I ask you. Is the WMI-Filter right if I only want to select the XP, Vista and Win 7 Client? confused

SELECT * FROM Win32_OperatingSystem WHERE (Version LIKE "6.%" AND ProductType = "1") OR Version LIKE "5.1.%" OR Version LIKE "5.0.%"

hope you can help me out

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.