A.
Windows Server 2003 introduced the ability to use a Windows Management Instrumentation (WMI) filter to control application of a linked GPO. WMI filters are applied only to Windows 2003 and Windows XP machines; other OSs ignore the filter and apply the GPO (you also need Windows 2003 domain controllers--DCs). Eventually, all machines will understand WMI filters, but until then, if you need different settings between, for example, Windows 2000 Server machines and XP machines, you need to create two GPOs, one that has the settings for Win2K Server machines and one containing settings for the XP machines. Make the Win2K Server GPO higher in priority and set the WMI policy for the Win2K Server GPO so that XP machines don't run it. This configuration means that the Win2K Server clients would run both policies, but the Win2K Server policy has a higher priority and will take precedence. The XP client won't run the Win2K Server policy because of the WMI filter. Instead it will run only the XP policy.
To create a WMI filter, perform these steps:
Access the properties of the GPO that requires a WMI filter. To do so, open the Microsoft Management Console (MMC) Active Directory Users and Computers snap-in. Right-click Domain/OU, and select Properties. Select the Group Policy tab, select the GPO, and click Properties. You could also use Group Policy Management Console (GPMC) to create a WMI filter.
Select the WMI Filter tab in the GPO's properties.
In the "Select a WMI filter" section, select "This filter" and click Browse/Manage, as the figure shows.
At the Manage WMI Filters screen, click Advanced.
To add a new filter, click New, as the figure shows.
Enter a name and description for the new filter. In the Queries field, enter the WMI query. For example, to restrict the GPO to only XP machines, enter the following text, as the figure shows.
Root\CimV2; Select * from Win32_OperatingSystem where Caption =
"Microsoft Windows XP Professional"
Click Save.
Click OK to close the Manage WMI Filters dialog box.
Click OK to close the GPO properties dialog box.
You can determine whether the filter works by running the gpupdate command (to refresh the policy), then running the gpresult command. For example, on a non-XP machine, the gpresult command returns this output:
The following GPOs were not applied because they were filtered out.
-------------------------------------------------------------------
XPOnly
Filtering: Denied (WMI Filter)
WMI Filter: XPOnly
On an XP machine I see the policy was applied:
Applied Group Policy Objects
-----------------------------
Default Domain Policy
XPOnly
For more help with WMI, download the WMI administrative tools at http://www.microsoft.com/downloads/release.asp?releaseid=40804 .
End of Article
Good tech tip. Your mag should be this good... but it's OK.
kingmutant May 25, 2005 (Article Rating: )
You must be a registered user or online subscriber to comment on this article. Please log on before posting a comment. Are you a new visitor?
Register now
It's official: Google will compete head-to-head with Microsoft's dominant Windows OS with a new system called Google Chrome OS. Based on the Google Chrome browser and not its previous OS effort, the smart phone-based Android system, Google Chrome OS will ...
How Thin-Client Virtual Desktops Can Improve ROI Read this Essential Guide to get a technical overview of VDI and understand what you need to consider when planning for desktop virtualization.
New from Left-Brain.com - Exchange Server 2007 Training Package This intensive, 21-hour training course can easily eliminate up to four years of trial, error, and frustration! You’ll learn how to avoid the costly misconfigurations that even the most seasoned experts make. Find out more!
Improve SharePoint Performance on a WAN Learn how to increase in user-perceived remote performance in SharePoint 2007 while decreasing the load on W front-end servers (WFE).
Get Windows IT Pro To Go & Save 25% The Windows IT Pro Master CD is a powerful combination of content and convenience. Instantly search over 10K solution-driven articles instantly, and get online access to new articles each month at windowsitpro.com. Subscribe today!
kingmutant May 25, 2005 (Article Rating: