Used the following command to find all the VMs with attached CD ISOs:
Get-VM | FT Name, @{Label="ISO file"; Expression = { ($_ | Get-CDDrive).ISOPath }}
Used the following command to find all the VMs with attached CD ISOs:
Get-VM | FT Name, @{Label="ISO file"; Expression = { ($_ | Get-CDDrive).ISOPath }}