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

Re: Using PowerCLI to determine if my VM has an IDE or SCSI HardDisk

$
0
0

Sure, try like this

 

Get-VM|Get-HardDisk|

Select @{N="VM";E={$_.Parent}},Name,

    @{N="Cluster";E={Get-Cluster-VM$_.Parent |Select-ExpandPropertyName}},

    @{N="Type";E={Get-ScsiController-HardDisk$_|Select-ExpandPropertyName}}


Viewing all articles
Browse latest Browse all 215516

Trending Articles



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