I think I found an alternate way to set this in the registry. HKLM\SOFTWARE\DELL\UpdateService\Clients\CommandUpdate\Preferences\Settings\Schedule ScheduleMode = ManualUpdates Answer from MikeyMcG on dell.com
🌐
Dell
dell.com › home › support home › product support › manuals
Dell Command | Update Version 3.1 User's Guide | Dell US
Click IMPORT to import the Dell Command | Updatesettings from a previously exported settings file.
Discussions

Dell Command | Update 3.0 - Import policy via command line?
With Dell Command | Update 3.0 for Windows 10, I can not find a way to import the policy (XML file) using a command line. Is this still an option? I have a few thousand machines I'd like to push this to and my goal here is to set the client for "Manual Updates Only". More on dell.com
🌐 dell.com
4
0
November 1, 2018
Dell Command Update install with forced parameters
Check the user guide for specifics, but the long and short of it is you take one workstation and configure the GUI with the options you want. You then export those options to an XML file. You can then install DCU on other workstations and import the XML file to get the options you want. The command I use in PDQ for the import is: "C:\Program Files\Dell\CommandUpdate\dcu-cli.exe" /configure -importSettings=C:\Temp\DCU-AutoUpdate.xml I believe the user guide has all the command line switches listed. More on reddit.com
🌐 r/sysadmin
2
1
January 20, 2023
Dell Command Update
Hey man, what i found is that you export the xml from a machine where you have configured the settings. Once the app is installed you need to call the main EXE for dell update and specify it to import the xml file......let me find the documentation..... More on reddit.com
🌐 r/Intune
11
11
January 21, 2021
Dell Command Update with XML
First of all you need to determine how to install it silently without Intune, then you put that in Intune! More on reddit.com
🌐 r/Intune
15
8
February 11, 2023
🌐
Dell
dell.com › home › support home › product support › manuals
Dell Command | Update Version 2.4 User's Guide | Dell US
Click Export Settings to save the Dell Command | Update settings on the system in .XML format. Click Import Settings to import the Dell Command | Update settings from a previously exported settings file.
🌐
Dell
dl.dell.com › topicspdf › command-update_users-guide4_en-us.pdf pdf
Dell Command | Update Version 3.1 User's Guide May 2020 Rev. A01
On the title bar, click Settings. ... 4. Click IMPORT to import the Dell Command | Updatesettings from a previously exported settings file.
🌐
Dell
dl.dell.com › topicspdf › command-update_users-guide3_en-us.pdf pdf
Dell Command | Update Version 3.1.1 User's Guide February 2020 Rev. A00
On the title bar, click Settings. ... 4. Click IMPORT to import the Dell Command | Update settings from a previously exported settings file.
Find elsewhere
🌐
Dell
dell.com › home › support home › product support › manuals
Dell Command Update Version 2.1 User's Guide | Dell US
Click Import Settings to import the Dell Command Update settings from a previously exported settings XML file.
🌐
Dell
dell.com › support › manuals › en-uk › dell-comnd-update-v2.1 › dcu_2.1_ug › dell-command-update-command-line-interface-options
Dell Command Update Version 2.1 User's Guide | Dell UK
Dell Command Update provides a command line version of the application for use with batch and scripting scenarios. The CLI is fully automatic and has no interactive user prompts. The basic runtime options are provided as command line parameters, such as setting a catalog location, importing a new policy file, and changing the default log location.
🌐
Reddit
reddit.com › r/intune › dell command update
r/Intune on Reddit: Dell Command Update
January 21, 2021 -

Hi guys,

So am trying to deploy this tool by using this video:

https://www.youtube.com/watch?v=yoIN6DXYWRA&feature=youtu.be

Everything works fine except for the fact that on the device the app has default values only, not the ones I have changed prior to exporting the .xml

Did any of you work with this tool and can assist? Thanks.

EDIT:

Managed to fix the issue by running a PS script as a custom detection script with the following arguments:

New-ItemProperty -Path Registry::"HKLM\SOFTWARE\Dell\UpdateService\Clients\CommandUpdate\Preferences\CFG" -Name "ShowSetupPopup" -PropertyType "DWORD" -Value "0" -Force

Start-Process "C:\Program Files\Dell\CommandUpdate\dcu-cli.exe" -ArgumentList "/configure -lockSettings=enable" -NoNewWindow -Wait

Start-Process "C:\Program Files\Dell\CommandUpdate\dcu-cli.exe" -ArgumentList "/configure -scheduleAuto" -NoNewWindow -Wait

Start-Process "C:\Program Files\Dell\CommandUpdate\dcu-cli.exe" -ArgumentList "/configure -userConsent=disable" -NoNewWindow -Wait

Start-Process "C:\Program Files\Dell\CommandUpdate\dcu-cli.exe" -ArgumentList "/configure -scheduleAction=DownloadInstallAndNotify" -NoNewWindow -Wait

Edit 2:

Having an issue with 3 devices that offer exit code 1602, but the users didn't cancel the instalation.

Edit 3:

Found out the reason. It was because either Dell Support Assist or Dell Updater was installed on the target machine. So if you are trying this, make sure to uninstal first.

🌐
Dell
dell.com › home › support home › product support › manuals
Dell Command | Update Version 2.4 User's Guide | Dell Malaysia
Click Export Settings to save the Dell Command | Update settings on the system in .XML format. Click Import Settings to import the Dell Command | Update settings from a previously exported settings file.
🌐
Reddit
reddit.com › r/intune › dell command update with xml
r/Intune on Reddit: Dell Command Update with XML
February 11, 2023 -

Trying to push out the newest DCU with an xml file for the settings that I want to use. I’ve looked on YouTube, Dell and here for answers but still cannot seem to find anything that works. I’m looking for the simplest solution. I don’t write scripts and am just a desktop support technician so this is new for me.

Right now I’m using the MSI and have tried bundling into intunewinapp as well as LOB but cannot seem to get it to pick up the XML file. Any help would be greatly appreciated.

🌐
Adam the Automator
adamtheautomator.com › dell-command-update
Master Dell Command Update and Keep Your Dell Apps Current
February 16, 2024 - Import/Export – Use this to export or import Dell Command Update settings, ideal for consistent configurations across multiple Dell systems. ... Besides its user-friendly graphical interface, Dell Command Update also offers a Command Line Interface (CLI) for automation.
🌐
Dell
dell.com › support › manuals › en-us › command-update › dcu_rg › dell-command-update-cli-commands
Dell Command | Update Version 5.x Reference Guide | Dell US
This section provides information about the CLI commands available in Dell Command | Update. ... NOTE:When entering the command, ensure that you do not enter a space after the forward slash. NOTE:If the files or folder paths contain spaces, then use double quotes for the option values.
🌐
Dell
dell.com › support › kbdoc › en-us › 000178000 › dell-command-configure
Dell Command Configure | Dell US
Reference the Dell Command | Configure Version 5.x Command Line Interface Reference Guide in the BIOS options section. Error codes have been changed with Dell Command | Configure 4.1. See the updated codes in the Downloads section. For the limited functionalities on non-WMI-ACPI complaint platforms, see the Windows SMM Security Mitigations Table Compliance section in the Dell Command | Configure User's guide. Dell Command | Configure 4.2.0 or later users might see an error message as Importing ...
🌐
Dell
dell.com › support › manuals › en-us › command-update › dellcommandupdate_311_ug › dell-command-update-command-line-interface
Dell Command | Update Version 3.1.1 User's Guide | Dell US
To run the CLI: Launch the command prompt as an Administrator, then navigate to %PROGRAMFILES%\Dell\CommandUpdate and run the dcu-cli.exe command in the command prompt. To view additional information about the commands and options available in Dell Command | Update: Run dcu-cli.exe /help.
🌐
Reddit
reddit.com › r/sysadmin › dell command update 4.6 - the holy grail
r/sysadmin on Reddit: Dell Command Update 4.6 - the holy grail
September 17, 2022 -

In case anyone else was interested, an update to version 4.6 introduces a feature set that we’ve been requesting for quite some time from Dell.

We have always struggled with pushing out laptop, driver, and firmware updates, because certain ones may require a reboot, and so we did not want to negatively impact our end users, and have their system reboot in the middle of a meeting, etc.

4.6 introduces the ability to defer install and reboot by a certain number of hours in addition to defining how many times the user can defer the install or reboot.

We’re in the process of getting the new configuration file pushed out to all our machines as this will help us to ensure that everybody’s computers drivers are up-to-date, without having to engineer and architect a more complicated solution.

Just wanted to share, would love to hear others thoughts.

Thanks.

Top answer
1 of 5
91
Thanks for letting us know. I noticed the new version number but hadn't gone and looked at the change notes yet. Definitely will now! Link to save others' time: https://www.dell.com/support/manuals/en-us/command-update/dellcommandupdate_ug/what%E2%80%99s-new-in-dell-command-%7C-update-version-4.6?guid=guid-f8705b0c-3c35-48b9-975b-dd50437d7874&lang=en-us Added support to provide updates for Camera subsystem. Added capability to pause Dell Command | Update activity when there is a Windows Update running. Scheduled reboot time is configured to five minutes for manual updates that require reboot when reboot consent check box is set. Enhanced file handling security measures. Added capability to schedule daily updates at selected time of the day. Added capability to schedule monthly updates on selected week and day of the month. Added support to disable notifications. Added capability to display Update Events, Penetration Rate, and Non-Compliance List through CIM provider class. Added capability to reattempt failed updates after system reboot. Improved defer updates capability with options to defer installation up to ninety-nine hours. Added support to defer system restart from one to ninety-nine hours after installations requiring reboot. InvColPC.exe is not bundled with Dell Command | Update package as a security enhancement.
2 of 5
33
Do you centrally manage Dell Command Update? If so, how exactly? I'm a one man IT department so I could use all the central management I can get my hands on.