Skip to content

Instantly share code, notes, and snippets.

@martin9700
Last active January 16, 2016 21:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save martin9700/8ada5b85404158158a02 to your computer and use it in GitHub Desktop.
Save martin9700/8ada5b85404158158a02 to your computer and use it in GitHub Desktop.
Get-VM |
Get-View |
Select @{Name="OS";Expression={ $_.Summary.Config.GuestFullName }} |
Group OS |
Sort Name |
Select Name,@{Name="Total VMs";Expression={ $_.Count }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment