Search code examples
windows-7wmiwmi-query

Is there a way to query WMI without using PowerShell or CIM Studio?


I'd like to query WMI for WCF service information, but I'd rather not use PowerShell or the CIM Studio. Any other tools for doing this (command-line is cool too)?


Solution

  • C:\Windows\System32\wbem\wbemtest.exe

    Type wbemtest in to a command prompt or the Start Menu to launch this GUI tool.

    Edit: Sorry - didn't notice you said command-line specifically. Maybe useful none the less.