How can I use a WMI filter to check whether a client is running Windows Vista?

John Savill

September 16, 2007

1 Min Read
ITPro Today logo in a gray background | ITPro Today

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.

About the Author

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.

You May Also Like