Thursday, April 14, 2011

Get list of VMs on physical host

  1. Run the VMM powershell module
  2. Get-VMMServer -ComputerName VMMserver.domain.com
  3. Get-VM -VMHost hostservername.domain.com | Format-List -property Name > output.txt

No comments:

Post a Comment