BACK TO INDEX

Win32_BIOS
The Win32_BIOS class represents the attributes of the computer system's basic input/output services (BIOS) that are installed on the computer.
NameSpace Path
\ROOT\CIMV2\SMS
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
BiosCharacteristicsUInt16The BiosCharacteristics property identifies the BIOS characteristics supported by the system as defined by the System Management BIOS Reference Specification
BIOSVersionStringThe BIOSVersion array property contains the complete System BIOS information. In many machines, there can be several version strings stored in the Registry representing the system BIOS info. The property contains the complete set.
BuildNumberStringThe internal identifier for this compilation of this software element.
CaptionStringThe Caption property is a short textual description (one-line string) of the object.
CodeSetStringThe code set used by this software element.
CurrentLanguageStringThe CurrentLanguage property shows the name of the current BIOS language.
DescriptionStringThe Description property provides a textual description of the object.
IdentificationCodeString The value of this property is the manufacturer's identifier for this software element. Often this will be a stock keeping unit (SKU) or a part number.
InstallableLanguagesUInt16The InstallableLanguages property indicates the number of languages available for installation on this system. Language may determine properties such as the need for Unicode and bi-directional text.
InstallDateDateTimeThe InstallDate property is datetime value indicating when the object was installed. A lack of a value does not indicate that the object is not installed.
LanguageEditionStringThe value of this property identifies the language edition of this software element. The language codes defined in ISO 639 should be used. Where the software element represents multi-lingual or international version of a product, the string multilingual should be used.
ListOfLanguagesStringThe ListOfLanguages property contains a list of namesof available BIOS-installable languages.
ManufacturerStringManufacturer of this software element
NameStringThe name used to identify this software element
OtherTargetOSString The OtherTargetOS property records the manufacturer and operating system type for a software element when the TargetOperatingSystem property has a value of 1 ("Other"). Therefore, when the TargetOperatingSystem property has a value of "Other", the OtherTargetOS property must have a non-null value. For all other values of TargetOperatingSystem, the OtherTargetOS property is to be NULL.
PrimaryBIOSBooleanIf true, this is the primary BIOS of the computer system.
ReleaseDateDateTimeThe ReleaseDate property indicates the release date of the Win32 BIOS in the Coordinated Universal Time (UTC) format of YYYYMMDDHHMMSS.MMMMMM(+-)OOO.
SerialNumberStringThe assigned serial number of this software element.
SMBIOSBIOSVersionStringThe SMBIOSBIOSVersion property contains the BIOS version as reported by SMBIOS.
SMBIOSMajorVersionUInt16The SMBIOSMajorVersion property contains the major SMBIOS version number. This property will be NULL if SMBIOS not found.
SMBIOSMinorVersionUInt16The SMBIOSMinorVersion property contains the minor SMBIOS Version number. This property will be NULL if SMBIOS not found.
SMBIOSPresentBooleanThe SMBIOSPresent property indicates whether the SMBIOS is available on this computer system. Values: TRUE or FALSE. If TRUE, SMBIOS is on this computer.
SoftwareElementIDString This is an identifier for this software element and is designed to be used in conjunction with other keys to create a unique representation of this CIM_SoftwareElement
SoftwareElementStateUInt16 The SoftwareElementState is defined in this model to identify various states of a software elements life cycle. - A software element in the deployable state describes the details necessary to successful distribute it and the details (conditions and actions) required to create a software element in the installable state (i.e., the next state). - A software element in the installable state describes the details necessary to successfully install it and the details (conditions and actions required to create a software element in the executable state (i.e., the next state). - A software element in the executable state describes the details necessary to successfully start it and the details (conditions and actions required to create a software element in the running state (i.e., the next state). - A software element in the running state describes the details necessary to monitor and operate on a start element.
StatusStringThe Status property is a string indicating the current status of the object. Various operational and non-operational statuses can be defined. Operational statuses are "OK", "Degraded" and "Pred Fail". "Pred Fail" indicates that an element may be functioning properly but predicting a failure in the near future. An example is a SMART-enabled hard drive. Non-operational statuses can also be specified. These are "Error", "Starting", "Stopping" and "Service". The latter, "Service", could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is on-line, yet the managed element is neither "OK" nor in one of the other states.
TargetOperatingSystemUInt16The TargetOperatingSystem property allows the provider to specify the operating system environment. The value of this property does not ensure binary executable. Two other pieces of information are needed. First, the version of the OS needs to be specified using the OS version check. The second piece of information is the architecture the OS runs on. The combination of these constructs allows the provider to clearly identify the level of OS required for a particular software element.
VersionStringThe Version property contains the version of the BIOS. This string is created by the BIOS manufacturer.
SAMPLE DATA INSTANCE
   [LOCALE(1033): ToInstance Amended]
   instance of Win32_BIOS
   {
    BiosCharacteristics = {4, 7, 9, 11, 12, 14, 15, 16, 17, 19, 22, 23, 24, 25, 26, 27, 28, 29, 30, 34, 36, 37, 40};
    BIOSVersion = {"VRTUAL - 3000919", "BIOS Date: 03/19/09 22:51:32 Ver: 09.00.04", "BIOS Date: 03/19/09 22:51:32 Ver: 09.00.04"};
    Caption = "BIOS Date: 03/19/09 22:51:32 Ver: 09.00.04";
    CurrentLanguage = "enUS";
    Description = "BIOS Date: 03/19/09 22:51:32 Ver: 09.00.04";
    InstallableLanguages = 1;
    ListOfLanguages = {"enUS"};
    Manufacturer = "American Megatrends Inc.";
    Name = "BIOS Date: 03/19/09 22:51:32 Ver: 09.00.04";
    PrimaryBIOS = TRUE;
    ReleaseDate = "20090319******.******+***";
    SerialNumber = "1403-6493-0215-9741-2952-4145-95";
    SMBIOSBIOSVersion = "090004 ";
    SMBIOSMajorVersion = 2;
    SMBIOSMinorVersion = 3;
    SMBIOSPresent = TRUE;
    SoftwareElementID = "BIOS Date: 03/19/09 22:51:32 Ver: 09.00.04";
    SoftwareElementState = 3;
    Status = "OK";
    TargetOperatingSystem = 0;
    Version = "VRTUAL - 3000919";
   };