You can get BIOS information on a system running the Microsoft Windows
operating system using the
PowerShell
cmdlet Get-WmiObject
cmdlet. E.g.
PS C:\> Get-WmiObject win32_bios
SMBIOSBIOSVersion : FB
Manufacturer : Award Software International, Inc.
Name : Award Modular BIOS v6.00PG
SerialNumber :
Version : GBT - 42302e31
PS C:\>
[ More Info ]