Tags

, , ,

We have a domain with over 900 Windows 7 computers and we are starting to test Windows 10.

It is useful to be able to target Group Policies at just Windows 10 devices and to do this we can use a WMI filter.

Now we are introducing Windows 10 computers to our domain we need someway to target group policies to them. We don’t want to affect our existing Windows 7 computers.

Remote into your domain controller and open the group policy editor and create a WMI filter.

Namespace


root\CIMv2

Query


select * from WIN32_OperatingSystem WHERE Version LIKE '10.0.%'

win10-wmi-filter

Advertisement