WMI and Virtual Server 2005

I was helping a friend earlier today with some “VM Stuff” and querying Virtual Server with WMI, when we came across this little gem:  WMI and Virtual Server 2005:

WMI Explorer, a free tool from KS-Soft, that can show you the available classes and methods in a WMI namespace. When you first start up the application, you’ll see a class explorer that shows you all the classes available in the default namespace, root\cimv2 (CIM stands for Common Information Model, the data model of the WBEM standard). To connect to a different namespace, you need to select Action->Connect to Remote Host… , and then enter Virtual Server’s namespace:

wmi2

Cool.  Thanks for the great tip Jose!