Find disk firmware versions using PowerShell

Question: You need to check firmware versions on the disks of your Windows Server 2012 and Windows 8 computers (and above). How can you do this?

Answer: Use the Get-Disk function that is available beginning with Windows 8 and Windows Server 2012. Select the friendly name and the firmware version. This command appears here:

get-disk | select friendlyname, firmwareversion

Ed Wilson is the bestselling author of eight books about Windows Scripting, including Windows PowerShell 3.0 Step by Step, and Windows PowerShell 3.0 First Steps. He writes a daily blog about Windows PowerShell call Hey, Scripting Guy! that is hosted on the Microsoft TechNet Script Center; for more PowerTips check out the Hey, Scripting Guy! blog

About The Author

Leave a Comment

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Scroll to Top