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
| Content | Type | Function |
|---|---|---|
| Dell Command Update - Install/Upgrade + Command Handler [DV,Param,Autofix] | Script | Run this script with the monitor or on-demand to the dell machines without passing the arguments for the auditing. |
| Dell Command Update Scan | Monitor | This 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_audit | Table | This table stores the dell command scan data fetched by the script. |
| Dell Command Scan Audit [Script] | Dataview | This dataview collects the information of the Dell updates available on the Dell machine. |
| Alert Template - △ Custom - Execute Script - Dell Command Scan | Alert Template | This 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
- Import the Script - Dell Command Update - Install/Upgrade + Command Handler [DV,Param,Autofix]
- Import the Monitor - Dell Command Update Scan
- Import the Dataview - Dell Command Scan Audit [Script]
- Import the Alert Template - △ Custom - Execute Script - Dell Command Scan
- Run the Script - Dell Command Update - Install/Upgrade + Command Handler [DV,Param,Autofix] with
SetEnvironment= 1, just after importing it, so that if creates the required table and the EDFs. - Reload the system cache
- Apply the Alert Template - △ Custom - Execute Script - Dell Command Scan with the Monitor - Dell Command Update Scan.
- Right click and run now and reset the monitor for setting the auditing.
Automation
- Schedule the Dell Command Update - Install/Upgrade + Command Handler [DV,Param,Autofix] script on the Dell machines with the desired arguments set to perform upgrade on a weekly or bi-weekly basis. Refer to the script documentation for the brief instructions on arguments availability.
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]]
- Monitor
2025-04-10
- Initial version of the document