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

Re: esxcli via powercli

$
0
0

That does work, but you have to know that the command returns the results always in an array.

So if you do

 

$x=$myesxcli.storage.core.device.list($_)
You see the available properties with

$x[0] |Get-Member

And list the content of the properties with

$x[0] |Select*

Viewing all articles
Browse latest Browse all 236824

Trending Articles



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