- BIOS and Firmware Version
- The BIOS and firmware log data contains information pertaining to the system BIOS and firmware versions of the host computer. The event is generated each time the the BIOS and firmware log data contains information pertaining to the system BIOS and firmware versions of the host computer. The event is generated each time the Jamf Protect Agent initializes. The log information varies slightly depending on the brand of hardware.Jamf Protect Agent initializes. The log information varies slightly depending on the brand of hardware.
- Log Level
- Requires Verbose Setting
Apple Silicon Processor Example
{
"architecture": "arm64",
"bios_firmware_versions": {
"version": "iBoot-7459.121.3",
"system-firmware-version": "iBoot-8419.0.42.11.3"
},
"header": {
"event_name": "BIOS_FIRMWARE_VERSIONS",
"time_seconds_epoch": 1571164227
},
"host_info": {
"host_name": "Test_macbook_pro",
"host_uuid": "ABCE4B3A-9285-4E7E-9A0C-C3B62DC379DF",
"osversion": "Version 10.15 (Build 19A582a)",
"primary_mac_address": "38:f9:e8:15:5a:82",
"serial_number": "XYZXY889JHG3"
}
}Intel Processor Example
{
"architecture": "x86_64",
"bios_firmware_versions": {
"firmware-version": "1731.120.10.0.0 (iBridge: 19.16.15071.0.0,0)",
"vendor": "Apple Inc.",
"firmware-features": 51534622830,
"release-date": "04/24/2022",
"rom-size": 8388608,
"booter-version": "540.120.3~6"
},
"header": {
"event_name": "BIOS_FIRMWARE_VERSIONS",
"time_seconds_epoch": 1571164227
},
"host_info": {
"host_name": "Test_macbook_pro",
"host_uuid": "ABVCE4B3A-9285-4E7E-9A0C-C3B62DC379DF",
"osversion": "Version 10.15 (Build 19A582a)",
"primary_mac_address": "38:f9:e8:15:5a:82",
"serial_number": "XYZXY889JHG3"
}
}