If this question has been asked before, please forgive me.
I am trying to create a WMI Filter for Windows 7 and XP. I want the group policy to apply to Windows XP and Windows 7 OS's, but NOT Server OS's, such as Server 2003, 2008.
I created this filter, and want to make sure that it looks correct. I have tried applying it to a test GPO, but it fails on with a denied on the client OS's.
select * from Win32_OperatingSystem where Version like "6.0%" or Version like "5.2%" and ProductType="1"