There's a lot of information on this out there, both on this forum and on other sites out there. Here's some examples on how to creates WMI filters:
HOWTO: Leverage Group Policies with WMI Filters
http://support.microsoft.com/kb/555253
Applying WMI Filters
http://technet2.microsoft.com/windowsserver/en/library/7cae3dab-b973-4905-9e47-00a638241da91033.mspx?mfr=true
How can I restrict the application of Group Policy Object (GPOs) depending on the client machine's OS?
http://www.windowsitpro.com/Articles/ArticleID/46475/46475.html
This is the best syntax for hitting Windows XP only:
Select * from Win32_OperatingSystem where Caption = "Microsoft Windows XP Professional"
If you want to hit a specific Security Group only you need to set security on the GPO instead - not WMI filtering. See this article:
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/filter.mspx?mfr=true


LinkBack URL
About LinkBacks
Reply With Quote
I'll try out your filter and see what comes up with the modelling tool.
