Get BIOS Information

Displays the properties of the system's BIOS.

Privileges

Normal

Input Parameters

None

Output Parameters

Name Type Description
Name String The name of the BIOS.
Manufacturer String The manufacturer of the BIOS.
Description String The description of the BIOS.
Serial Number String The serial number of the BIOS.
Build Number String The build number of the BIOS.
Release Date String The release date of the BIOS.
Current Language String The current language of the BIOS.
Primary BIOS String If TRUE, this is the primary BIOS of the computer system
SMBIOSBIOSVersion String BIOS version as reported by SMBIOS.
SMBIOSMajorVersion String Major SMBIOS version number.
SMBIOSMinorVersion String Minor SMBIOS version number.
Status String The current status of the BIOS indicated as either Operational or Non-operational.
Result Number Returns a success value of zero or any value other than zero to indicate failure.

Example Input Parameters

No input parameters required.