Quantcast
Channel: VMware Communities : Blog List - All Communities
Viewing all articles
Browse latest Browse all 3135

Report VM's RDMs via PowerCLI

$
0
0

If you want get the RDMs defined in your vmware environment using PowerCLI, then you can just use this:

 

Get-VM | Get-HardDisk -DiskType "RawPhysical","RawVirtual" | Select Parent,Name,DiskType,ScsiCanonicalName,DeviceName | fl

 

(Remember to use the Connect-VIServer cmdlet before!)

 

 

Best regards,

Pablo

 

P.D: Got from this vmware's KB


Viewing all articles
Browse latest Browse all 3135

Trending Articles



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