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

Re: Get-cddrive output gives the blank result.

$
0
0

For several PowerCLI objects that are a default set of properties that are displayed in the console.

This is controlled through the .ps1xml files.

 

Unfortunately, the IsoPath property is not included.

With Format-List all the properties are displayed.

 

An alternative is to use the Select-Object cmdlet and explicitely select the properties you want to see.

For example:

Get-VM Test1 | Get-CDDrive | Select Name,IsoPath


Viewing all articles
Browse latest Browse all 225804

Trending Articles



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