here some examples with WMI and versions.
Fun with WMI Filters in Group Policy - Ask the Directory Services Team - Site Home - TechNet Blogs
I am trying to write a WMI filter that will apply to both server 2008 amd server 2008R2 but I am unable to find an example that states it will apply to both server 2008 versions. This is what I have, will it apply to both versions?
SELECT * FROM Win32_OperatingSystem WHERE Version like “6.0.%” AND ProductType <> “1”
If not what am i missing so that it applies to server 2008R2 as well?
Many thanks
Shaun
here some examples with WMI and versions.
Fun with WMI Filters in Group Policy - Ask the Directory Services Team - Site Home - TechNet Blogs