Retrieving VM CDDrive information using PowerCLI
April 22, 2014
I was recently looking at retrieving a number of VMs where the CD Drive was connected to a Datastore ISO file. This is possible be using the Get-CDDrive cmdlet to retrieve the device type information. To retreive information for a single VM we can use the following: Get-VM VM1 | Get-CDDrive The below information will be … More Retrieving VM CDDrive information using PowerCLI