Last active
March 29, 2016 17:18
-
-
Save jeffg-dev/70f0ee594d92e27a0d16568ceccaf7ba to your computer and use it in GitHub Desktop.
get-vmhost-evc-max.ps1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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