Get-HPFirmwareAuditLog



Summary

Retrieves firmware log entries

Syntax

Get-HPFirmwareAuditLog [-Numeric] [<CommonParameters>]

Description

This command retrieves an array of firmware log entries. These logs are HP specific and are generated by various HP firmware subsystems.

Parameters

Name Argument Description
Numeric If specified, the output displays the log entries as raw values, which is often useful for debugging or communicating with HP. Otherwise, the script will attempt to interpret the logs and display friendly text.

Notes

  • Requires HP BIOS with firmware log support
  • This command requires elevated privileges.

Examples


PS C:\> $logs = Get-HPFirmwareAuditLog -numeric