EnumInstances.vbs Example


EnumInstances.Vbs /C Win32_Process /S MyMachine 
lists the WMI paths of all processes currently running on the computer MyMachine.
EnumInstances.Vbs /C CIM_Setting /R /S MyMachine  
lists the WMI paths of all instances of class CIM_Setting and its subclasses.