Quantcast
Channel: VMware Communities: Message List
Viewing all articles
Browse latest Browse all 232894

Re: Adding multiple RDMs to a VM

$
0
0
  • You can get a list of hard disks the virtual machine has with the following one liner
  • Get-VM | Get-HardDisk
  • You can then limit this information to just the Raw Disk Mappings as follows:
  • Get-VM | Get-HardDisk | Where {$_.DiskType –eq “RawPhysical”}

Viewing all articles
Browse latest Browse all 232894

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>