Windows Management Instrumentation (WMI) is the cornerstone behind successful PowerShell and SCVMM management. This was a good question and generated quit a list. The below PowerShell command needs to be executed on a Windows Server 2008 client with the Hyper-V role installed.
Gwmi –namespace root\virtualization –list | Where {$_.Name –like “*msvm*”}
Gwmi –namespace root\virtualization –list | Where {$_.Name –like “*msvm*”}
Comments