pvl_hpimageassistant_audit
Summary
This table stores the available update data retrieved during the HP Image Assistant scanning process.
Dependencies
- Script: HP Image Assistant - Install + Command Handler [DV,Param,Autofix]
- Script: OverFlowedVariable - SQL Insert - Execute
- Solution: HP Image Assistant Handler
Tables
pvl_hpimageassistant_audit
| Column | Type | Explanation |
|---|---|---|
| ComputerId | INT | The Automate Computer ID of the agent. |
| Type | VARCHAR | The type of update (e.g., 'Firmware', 'Software'). |
| Id | VARCHAR | The HP SoftPaq ID associated with the update (e.g., 'sp151063'). |
| Name | VARCHAR | A human-readable description of the update. |
| TargetVersion | VARCHAR | The currently installed version on the endpoint, or 'Not Installed' if absent. |
| ReferenceVersion | VARCHAR | The updated version available from HP. |
| Comments | VARCHAR | The recommendation status from HP (e.g., 'HP update recommended'). |
| SSMCompliant | VARCHAR | Indicates System Software Manager compliance ('True' or 'False'). |
| DPBCompliant | VARCHAR | Indicates Driver Pack Builder compliance ('True' or 'False'). |
| Url | VARCHAR | The direct download URL for the update executable file. |
| ReleaseNotesUrl | VARCHAR | The URL to the HTML release notes for the update. |
| CvaUrl | VARCHAR | The URL to the CVA configuration file. |
| ScriptRunTime | DATETIME | The timestamp of when the script executed and populated this record. |
Changelog
2026-04-30
- Initial version of the document.