pvl_dellcommand_audit
Purpose
This table stores the dell command scan data fetched by the Script - Dell Command Update - InstallUpgrade + Command Handler.
Dependencies
Script - Dell Command Update - InstallUpgrade + Command Handler
Tables
pvl_dellcommand_audit
pvl_dellcommand_audit
| Column | Type | Explanation |
|---|---|---|
| computerid | INT | Computerid of the agent |
| UpdateID | VARCHAR | Update ID of the detected patch |
| Description | VARCHAR | Detected patch description |
| UpdateType | VARCHAR | Describe the Update type (ex: Application, System) |
| UpdateSeverity | VARCHAR | It stores the update severity information (ex: Security, Urgent) |
| UpdateCategory | VARCHAR | It stores the category information about the detected patch |
| ScriptRanDate | VARCHAR | It stores the information about the script last ran time |
Changelog
2026-03-05
- Updated the solution to use the Agnostic - Initialize-DellCommandUpdate to fetch the dell command scanned update using automation as well as the update feature if arguments passed.