Setup: SCVMM 2012 (System Center Virtual Machine Manager 2012 ) installed
Problem: You have a SCVMM 2012 server and you want to list all VMs with .ISO files mounted as DVD into VM
Solution: Run this PowerShell command:
Get-VM | Get-VirtualDVDDrive | where {$_.ISO -ne $null} | ft Name