I am having a problem with a new WMI filter I have created on a Windows SBS2011 server, I created it in group policy in the WMI section:
Code:
Namespace: root\CIMV2
Query: select * from Win32_OperatingSystem where Version like "10.%"
On my clients when running GPRESULT this WMI filter does not appear, all of the others do whether they apply to that client OS or not. Any ideas what I am missing?

Cheers