BACK TO INDEX

CIM_BIOSElement
CIM_BIOSElement represents the low-level software that is loaded into non-volatile storage and used to bring up and configure a computer system.
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
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.
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.
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.
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.
SerialNumberStringThe assigned serial number of this software element.
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.
VersionStringVersion should be in the form .. or .
SAMPLE DATA INSTANCE
   [LOCALE(1033): ToInstance Amended]
   instance of Win32_BIOS
   {
    BiosCharacteristics = {4, 7, 8, 9, 10, 11, 12, 14, 33, 39, 40, 42, 50, 57, 58};
    BIOSVersion = {"INTEL - 6040000", "PhoenixBIOS 4.0 Release 6.0 "};
    Caption = "PhoenixBIOS 4.0 Release 6.0 ";
    Description = "PhoenixBIOS 4.0 Release 6.0 ";
    Manufacturer = "Phoenix Technologies LTD";
    Name = "PhoenixBIOS 4.0 Release 6.0 ";
    PrimaryBIOS = TRUE;
    ReleaseDate = "20080815******.******+***";
    SerialNumber = "VMware-56 4d e8 ed ee 98 e6 60-e0 6b b9 9d 3e 8a be 18";
    SMBIOSBIOSVersion = "6.00";
    SMBIOSMajorVersion = 2;
    SMBIOSMinorVersion = 4;
    SMBIOSPresent = TRUE;
    SoftwareElementID = "PhoenixBIOS 4.0 Release 6.0 ";
    SoftwareElementState = 3;
    Status = "OK";
    TargetOperatingSystem = 0;
    Version = "INTEL - 6040000";
   };