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.%'
Pingback: [Fixed] Windows 10 roaming profiles break Edge and other packaged applications | Dr James Bayley
Seems that this filter also applies to Windows 2016 Servers. Was that your intention?
Thank you for this tip, in our Active Directory servers are in a different OU and so I don’t have to target them using WMI so I did not think of this issue.