Initialize-DellCommandConfigure
Summary
Automates installation, updating, and execution of Dell Command | Configure (DCC) on Dell workstations. Ensures the latest version is present and provides command-line automation for BIOS configuration operations with comprehensive error handling and logging.
For complete documentation on supported arguments, refer to: See Dell Documentation for supported parameters.
Sample Run
Note: If an argument contains double quotes ("), they must be escaped by using them twice (""silent""). Otherwise, the command will not execute correctly.
Dependencies
Parameters
| Parameter | Required | Type | Details | Description |
|---|---|---|---|---|
Argument | False | String | DCU-CLI arguments to execute. See Dell Documentation for supported parameters. | Follow the documentation for more details about the parameters |
Implementation
-
Export the agent procedure from ProVal's VSA RMM instance.
The export will download the necessary XML file. -
Import this XML file into the partner's VSA RMM instance.
Examples
-
Execute the script with argument
--AcPwrRcvry on. This enables the 'Power On after Power Outage' setting -
Execute the script without any argument to show help menu
-
Execute the script with argument
--ActivityLed ActLed. This configures the Network Activity LED to be managed by an Advanced Configuration and Power Interface (ACPI)–compliant operating system and driver.
Output
- Script Logs
C:\ProgramData\_automation\AgentProcedure\DellCommandConfigure\Initialize-DellCommandConfigure-log.txtC:\ProgramData\_automation\AgentProcedure\DellCommandConfigure\Initialize-DellCommandConfigure-error.txt
Changelog
2026-04-20
- Initial version of the document