Created
December 11, 2013 18:43
-
-
Save jcpowermac/7916068 to your computer and use it in GitHub Desktop.
PowerPath for vSphere check
This file contains 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
### SCRIPT TO CHECK PATHS ON VDI CLUSTER ### | |
Get-Vmhost | % { | |
$vmhostname = $_.Name.ToString().split('.')[0]; | |
rpowermt display host=$vmhostname dev=all >> c:\emc\ppve\vdi.txt | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment