PowerTip: Use PowerShell to Find Virtual Machine DVD Info
Summary: Use Windows PowerShell to find Hyper-V DVD information in Windows 8 or Windows Server 2012. How can I use Windows PowerShell in Windows 8 or Windows Server 2012 to find Hyper-V virtual machine DVD disk information? Use the Get-VM cmdlet and pipe the output to the Get-VMDvdDrive cmdlet: PS C:> get-vm | Get-VMDvdDrive ...