Skip navigation

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

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.

Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish