Showing posts with label VMM. Show all posts
Showing posts with label VMM. Show all posts

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