Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
September 16, 2007
A. The easiest way to check for Vista is to use the following WMI query:
select * from Win32_OperatingSystem where Caption like '%Vista%'
Simply build that query into a WMI Filter via the GPMC.
You May Also Like