Skip to content

Instantly share code, notes, and snippets.

@jcpowermac
Created December 11, 2013 18:43
Show Gist options
  • Save jcpowermac/7916068 to your computer and use it in GitHub Desktop.
Save jcpowermac/7916068 to your computer and use it in GitHub Desktop.
PowerPath for vSphere check
### 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