Skip to main content

Dell Command Update Handler

Purpose

This solution is built to perform the Dell Command Update scanning audit and updates using agnostic script.

Deprecate Content

  • It is a replacement for the solution [Dell command update]

Associated Audit Content

ContentTypeFunction
Dell Command Update - Install/Upgrade + Command Handler [DV,Param,Autofix]ScriptRun this script with the monitor or on-demand to the dell machines without passing the arguments for the auditing.
Dell Command Update ScanMonitorThis monitor fetches the online Dell Windows agent and executes the Dell Command Handler scanning using script if the deployment EDFs are checked.
Table - pvl_dellcommand_auditTableThis table stores the dell command scan data fetched by the script.
Dell Command Scan Audit [Script]DataviewThis dataview collects the information of the Dell updates available on the Dell machine.
Alert Template - △ Custom - Execute Script - Dell Command ScanAlert TemplateThis is required to be applied with the Monitor - Dell Command Update Scan to let the Script - Dell Command Update - Install/Upgrade + Command Handler [DV,Param,Autofix] runs on the detected Dell agent for the dell command audit

Implementation

Automation

FAQ

Q. Is the same script does the upgrade and auditing both?

A. Yes, if the script ran without passing the arguments, it will perform the auditing and store the data to the Table - pvl_dellcommand_audit. And for upgrade, it is required to pass the arguments, in that case no auditing will be done.

Q. Does the monitor created only performs the auditing automation?

A. Yes

Changelog

2026-03-12

  • Updated the script to use the Agnostic - Initialize-DellCommandUpdate to fetch the dell command scanned update using automation as well as the update feature if arguments passed.
  • Introduced Dataview - Dell Command Scan Audit [Script] to show the detailed Dell updates.
  • Deprecated below:
    • Monitor Dell Command Update Handler - Run Scan Command
    • Dataview Dell Command Update Handler - Audit [Script]
    • Script Dell Command Update - Install/Upgrade + Command Handler [DV,Global,Param,SS,Autofix]]

2025-04-10

  • Initial version of the document