If you ever need to find which of your VM’s have an ISO mounted here’s a quick PowerCLI command you can run.
Get-VM | FT Name, @{Label=”ISO file”; Expression = { ($_ | Get-CDDrive).ISOPath }}
If you ever need to find which of your VM’s have an ISO mounted here’s a quick PowerCLI command you can run.
Get-VM | FT Name, @{Label=”ISO file”; Expression = { ($_ | Get-CDDrive).ISOPath }}