Getting a BIOS version of a Dell machine with PowerShell

Posted on January 5, 2016

Easy code snippet on how to retrieve the BIOS version with PowerShell.

Get-WmiObject win32_bios

This will output the BIOS version, manufacturer, name, and serial number.

You might find these interesting...

0 0 votes
Article Rating
Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments