• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Windows Server GPO, WMI filter for client OS not working correctly?

seepy83

Platinum Member
I've got a 2 GPOs, and which one of the two is applied is supposed to be determined by a WMI filter that detects what OS is being run. From memory (not in front of me right now), one of the WMI queries should be true for Vista, 20008, 7 and 2008R2:
select * from Win32_OperatingSystem where Version like "6.%"
and the other WMI query should be true for XP and 2k3:
select * from Win32_OperatingSystem where (Version like "5.1%" or Version like "5.2%")

When I ran the Group Policy Modeling wizard, both GPOs were applied to a Windows 7 machine.

I can give more detail when I have that network in front of me if that would help...but does anyone have an idea why this isn't working?
 
Back
Top