Skip to content

Instantly share code, notes, and snippets.

@jeffg-dev
Last active March 29, 2016 17:18
Show Gist options
  • Select an option

  • Save jeffg-dev/70f0ee594d92e27a0d16568ceccaf7ba to your computer and use it in GitHub Desktop.

Select an option

Save jeffg-dev/70f0ee594d92e27a0d16568ceccaf7ba to your computer and use it in GitHub Desktop.
get-vmhost-evc-max.ps1
#Get VM Host Max EVC Mode
get-view -viewtype hostsystem | select name, {$_.parent}, {$_.Summary.MaxEVCModeKey} | sort "`$_.parent"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment