System Firmware and Hardware Identity (SMBIOS)

This section provides detailed information extracted from the SMBIOS (System Management BIOS), which is essential for identifying the system's firmware and hardware configuration. The audit includes:

These details are particularly useful for asset inventory, support traceability, and identifying custom hardware setups.

OEM Strings

{{#Items value.OEM_Strings}} {{/Items}}
{{key}} {{value}}

BIOS Information

Vendor{{value.BIOS_Information.Vendor}}
Version{{value.BIOS_Information.Version}}
Release Date{{value.BIOS_Information.Release_Date}}
ROM Size{{value.BIOS_Information.ROM_Size}}
Characteristics {{#value.BIOS_Information.Characteristics}}
{{.}}
{{/value.BIOS_Information.Characteristics}}

System Information

UUID{{value.System_Information.UUID}}
Manufacturer{{value.System_Information.Manufacturer}}
Product Name{{value.System_Information.Product_Name}}
Version{{value.System_Information.Version}}
Serial Number{{value.System_Information.Serial_Number}}
Family{{value.System_Information.Family}}

Chassis Information

Manufacturer{{value.Chassis_Information.Manufacturer}}
Type{{value.Chassis_Information.Type}}
Serial Number{{value.Chassis_Information.Serial_Number}}
Version{{value.Chassis_Information.Version}}

Base Board Information

Manufacturer{{value.Base_Board_Information.Manufacturer}}
Product Name{{value.Base_Board_Information.Product_Name}}
Version{{value.Base_Board_Information.Version}}
Serial Number{{value.Base_Board_Information.Serial_Number}}
Features {{#value.Base_Board_Information.Features}}
{{.}}
{{/value.Base_Board_Information.Features}}
{{> metadata.mustache.html }}