Please help me to Get List of VMs which has particular ISO mounted
I tried using but I am unable to get any VM name
Get-VM | FT Name, @{Label="ISO file"; Expression = { ($_ | Get-CDDrive).ExtensionData.Backing.FileName = "rhel-server-5.8-x86_64-dvd.iso"}}