Windows Server 2000/2003 Thread, WMI Filtering in Technical; Hi,
I am trying to get a user policy called "Windows XP" to only apply to windows XP.
I am ...
I am trying to get a user policy called "Windows XP" to only apply to windows XP.
I am using this code on the WMI attached to the policy.
Code:
select * from Win32_OperatingSystem where Version like "5.1%" and ProductType = "1"
But the policy doesn't apply when i log onto a Windows XP machine, can anyone tell me why please? I am in work first thing tomorrow so need to know by then
Thanks
Last edited by FN-GM; 5th February 2010 at 05:56 PM.
I've uploaded a screen shot of the wmi filter that we use and where we've applied it. The GPO that the WMI filter is applied to is attached to one of our user OU's and not the OU where the PC is (not sure if that makes any difference, but that's the way we're using them).
I've uploaded a screen shot of the wmi filter that we use and where we've applied it. The GPO that the WMI filter is applied to is attached to one of our user OU's and not the OU where the PC is (not sure if that makes any difference, but that's the way we're using them).
-Ken
Thats the same code as above isnt it? That simply failed to work.
Are you sure that the policy itself is setup correctly and not locked off by permissions or inheritance or something as that WMI query works for us. Are you sure that the "Windows Management Instrumentation" service is running on the clients and that the policies have all been updated via a gpupdate /force