Skip to content

Instantly share code, notes, and snippets.

@Dapacruz
Created February 2, 2018 23:27
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 Dapacruz/726d4e05053290725f7c337ac29b2959 to your computer and use it in GitHub Desktop.
Save Dapacruz/726d4e05053290725f7c337ac29b2959 to your computer and use it in GitHub Desktop.
Get VMware vSphere RDMs
# Get vSphere RDMs
Get-VM | Get-HardDisk -DiskType "RawPhysical","RawVirtual" | Select Parent,Name,DiskType,ScsiCanonicalName,DeviceName
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment