Thursday, February 23, 2012
   
Text Size

PowerShell - Query CD/DVD Drive Model and Type

Microsoft PowerShell - Query CD/DVD Model and Type

windows_powershell

To query the Computers Hard Drive Information:

#Return the CD/DVD Drive type and Model
Get-WmiObject -Class Win32_CDROMDrive |  Select Caption | Format-List