I am trying to write a WMI filter to target only 2008 and above Windows Servers.
Would this work?
SELECT Version FROM Win32_OperatingSystem WHERE Version > "6"
I am trying to write a WMI filter to target only 2008 and above Windows Servers.
Would this work?
SELECT Version FROM Win32_OperatingSystem WHERE Version > "6"