How To: Create GPO Affecting Given Windows Version Only

| | No TrackBacks
If there is a mix of Windows types and versions in the intranet, they all can be within the same organizational unit (OU). The problem could be: how to make a GPO be effective only for computers running a definite version/type of the operating system?

The answer is "WMI filtering". To add a filtering rule, open Group Policy Management Console, right-click on the WMI Filters node, select New, and add the following WMI query string:

Select * from Win32_OperatingSystem where Caption like "%string%"

where '%string%' is, for example, '%Vista%' if you choose to have a GPO working only for Windows Vista.

After the WMI filter has been added, you can use the WMI Filtering control at the bottom of the Scope tab when any GPO is selected to apply the filter to that GPO. 

No TrackBacks

TrackBack URL: /blog/mt-tb.cgi/77

blog comments powered by Disqus

About this Entry

This page contains a single entry by Konstantin Boyandin published on January 21, 2010 5:38 PM.

How To: Secure USB Ports was the previous entry in this blog.

How To: Perform Complete PC Backup In Vista From Command Line is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.