PowerShell Scripting Options for Dell Storage
May 18, 2016
Back in 2008, Compellent released their first iteration of the PowerShell Command Set. They were the first storage vendor on…
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.