Skip to main content

Initialize Dell Command | Configure

Description

Automates installation, update, and execution of Dell Command | Configure (DCC) on Dell workstations, ensuring the latest version is present and providing command-line automation for DCC operations for Dell workstations BIOS configurations.

Notes:

  • For best results, use the built-in 'Dell Computers' filter script and restrict deployment to 'Workstations and Portable Devices'.
    Image1

Dependencies

Parameters

ParameterExampleTypeRequiredDescription
TestArgument--PowerWarnStringTrueThe command-line argument(s) to pass to Dell Command | Configure for checking the current status of a required configuration.
ExpectedResultPowerWarn=DisabledStringTrueThe expected output/result from Dell Command | Configure when the configuration is correct.
SetArgument--PowerWarn=DisabledStringTrueThe command-line argument(s) to pass to Dell Command | Configure to set the required configuration.

Summary: Set TestArgument to specify the command for checking the current configuration status. Use ExpectedResult to define the desired output when the configuration is correct. Provide SetArgument to set the required configuration if it is not already applied. If the result from running Dell Command \| Configure with TestArgument does not match ExpectedResult, the task will execute Dell Command \| Configure with SetArgument to update the configuration.

Deployment Examples

Example 1

This example checks if PowerWarning is disabled and sets it if necessary.

TestArgument: --PowerWarn
ExpectedResult: PowerWarn=Disabled
SetArgument: --PowerWarn=Disabled

Image2

Example 2

This example checks if Wake On LAN is enabled and sets it if necessary.

TestArgument: --WakeOnLan
ExpectedResult: WakeOnLan=LanWlan
SetArgument: --WakeOnLan=LanWlan

Image3

Example 3

This example checks if Secure Boot is enabled and sets it if necessary.

TestArgument: --SecureBoot
ExpectedResult: SecureBoot=Enabled
SetArgument: --SecureBoot=Enabled

Image4

Task Configuration

Task Configuration