January 3rd, 2015

PowerTip: Use PowerShell to Get DVD Drive Attached to Virtual Machine

Doctor Scripto
Scripter

Summary: Use Windows PowerShell to get information about the DVD drive attached to a virtual machine.

Hey, Scripting Guy! Question How can I use Windows PowerShell to find information about a DVD drive that is attached to
            a running virtual machine?

Hey, Scripting Guy! Answer Use the Get-VMDVDDrive cmdlet, for example:

Get-VMDvdDrive –VMName VM1

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.