Quantcast
Viewing all articles
Browse latest Browse all 249166

Re: PowerCli to pull RDM info

Sure, that is doable.

Try something like this

 

Get-VM|Get-HardDisk|where {"RawPhysical","RawVirtual"-contains$_.DiskType} |
Select
@{N="VM";E={$_.Parent.Name}},Name,ScsiCanonicalName

Viewing all articles
Browse latest Browse all 249166

Trending Articles



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