Sunday, March 31, 2013

Checking ISO or DVD that is Still Attach to VMs (Using Powershell)

Sometimes we tend to forget to detach the DVD or ISO from the VMs.  So we would go in to individual VMs to check the setting.

image

So today I’m going to share what I learn by using the PowerShell, you can check all the VMs in one go.

In the PowerShell command (run as administrator), key in as

Get-VMDvdDrive *

and the results will be something as below :

image

So hopefully the steps above helps you.  Thank you Smile.

keywords : DVD, ISO, DVD & ISO in VMs, checking is ISO attach to VM, checking DVD attach to VM, Hyper-V with powershell

No comments:

Post a Comment