🌐
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.

🌐
Prajwal Desai
forums.prajwaldesai.com › home › microsoft cloud › sccm
PENDING - Dell command update install with Custom XML. | Forums on Intune, SCCM, and Windows 11
December 19, 2023 - GPO works as well for Controlling Dell Command Update. Click to expand... @brich - you are saying, post rolling out the command update we can rollout the XML via policy.
🌐
Stack Overflow
stackoverflow.com › questions › 77084657 › attempting-to-deploy-dell-command-update-intunewin-package-using-intune
windows - Attempting to deploy Dell Command Update intunewin package using InTune - Stack Overflow
I also have a "MySettings.xml" file that will also force overwrite the default "MySettings.xml" on all machines. All this is done as Administrator. ... PS Script to run and install the package. I also have the "DellCommandUpdate.msi" file stored in the same folder, but not used in this process. Using Microsoft Win32 Content Prep tool to create an intunewin file, I would have the source folder as "C:\Dell Command Update", the setup file as "Dell-Command-Update-Application_HYR95_WIN_5.0.0_A00.EXE", and the output as "C:\Dell Command Update".
🌐
GitHub
github.com › gwblok › garytown › blob › master › Intune › Update-DellDCU-XML.ps1
garytown/Intune/Update-DellDCU-XML.ps1 at master · gwblok/garytown
CMTraceLog -Message "Need to Replace Current XML: $XMLCurrentDate with Downloaded: $XMLDownloadDate." -Type 1 -LogFile $LogFile ... $DCUItem = Get-Item -Path "HKLM:\SOFTWARE\DELL\UpdateService\Clients\CommandUpdate\Preferences\Settings\General"
Author   gwblok
🌐
Recast Software
recastsoftware.com › home › integrating dell tools and intune
Integrating Dell Tools and Intune - Recast
February 23, 2026 - In this image you can see that I used to have DCU 3.1.2 installed, the Proactive Remediation Script noticed and updated it to 4.1.0, when I go into DCU, I see that it did successfully apply my XML file. At this point, it will only update the items I’ve configured, and it will pull those updates from Dell. The next step now is to configure other DCU settings via Intune. Coming soon. So while the scripts used on this page are listed in their respective areas, I know it’s easy to miss them, so we’re placing them all here as well: ... These scripts were created and tested with Intune. However, the same scripts would work as ConfigMgr baselines, which will be covered in a future post, but you can grab them now and build yourselves.
🌐
GitHub
github.com › gwblok › garytown › blob › master › Intune › Update-DellApps-Detect.ps1
garytown/Intune/Update-DellApps-Detect.ps1 at master · gwblok/garytown
CMTraceLog -Message " Update in DCU XML for $($DellItem.Name.Display.'#cdata-section') same as Installed Version: $CurrentVersion" -Type 1 -LogFile $LogFile
Author   gwblok
🌐
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.

🌐
Reddit
reddit.com › r/intune › managing dell command | update for azure ad joined devices
r/Intune on Reddit: Managing Dell Command | Update for Azure AD Joined Devices
September 1, 2021 -

Is anyone managing Dell Command | Update for Azure AD Joined devices (cloud only)? My understanding is that you can use the Dell Cloud Repository Manager to specify what drivers/BIOS updates you want and it spits out an XML. This XML would then need to be delivered to the device via Intune and consumed by Dell Command. You would need to update this XML and repeat the process every month or every quarter whenever you pick new drivers or BIOS. Unless, however you just said install ALL drivers and BIOS then it might be a set it and forget it operation. Thoughts on this process?

🌐
Reddit
reddit.com › r/intune › dell command update not showing bios update on endpoint
r/Intune on Reddit: Dell Command Update not Showing BIOS update on endpoint
May 2, 2026 -

Hi, I recently deployed Dell Command Update 5.7.0 to my test endpoint (Dell Latitude 5410) I imported the ADMX config files and have deployed them too, all other updates have shown up and been installed successfully (wifi drivers, intel graphic drivers ,etc) all except BIOS which I double checked and its 2023 version, although looking at dells website theres a much later version of the bios, its also plugged into the power plug and at 100% (tried reinstalling windows and redoing enrollment etc)

I have uploaded images of the ADMX configurations, machine is running Windows 11 Business

https://ibb.co/hFLrQPvX
https://ibb.co/Pv2BFP74
https://ibb.co/qShPPjY

Find elsewhere
🌐
Reddit
reddit.com › r/intune › dell command update config.
r/Intune on Reddit: Dell command update config.
October 23, 2022 -

I am trying to push out both dell command update and a config for my machines.

I am able to push out cell command with no issues. My issue is the config.

All videos and write ups tell me to use an XML but I've been having issues. I see others as well but everyone just replies saying to use dcu-cli.

I am struggling really hard to understand and deploy a config with dcu-cli.

From my understanding it's just running to dcu-cli.exe and using config commands. It just Does not work at all!!

Can someone who pushes out a config vid dcu-cli please post how they do it. I'm going insane

🌐
Evil365
evil365.com › dell › UpdateDriversBIOS-DellCommandUpdate
Update Dell devices with Dell Command Update using Intune - Welcome to the land of everything Microsoft Intune!
April 10, 2024 - In this blog post, we will go through what we can do with Dell devices using Dell’s own Dell Command Update. In case you don’t have the latest version of Dell DCU in Intune, We need to download the latest version of Dell Command update, get it packaged and uploaded to Intune as a win32 app.
🌐
Microsoft Learn
learn.microsoft.com › en-us › answers › questions › 1483832 › dell-command-updates-v5-1-0-show-not-applicable-to
Dell Command Updates v5.1.0 - Show not applicable to all devices that I pushed - Microsoft Q&A
January 8, 2024 - Device Compatibility: Dell Command updates may be specific to certain Dell models or hardware configurations. If a device does not match the specified criteria for the update, it will be marked as "Not Applicable." Existing Updates: If a device already has the required update installed or it is already up to date, Intune will label it as "Not Applicable" because there is no need for the update.
🌐
Pragmaticperspective
pragmaticperspective.com › post › automating-dell-software-updates-with-dell-command-update-and-intune
Automating Dell Software Updates with Dell Command Update and Intune
February 21, 2026 - In Intune Navigate to Devices -> Configuration -> Import ADMX then click Import. Select the Dell.ADMX file and the corresponding ADML file within the en-us folder. Do not upload multiple files at once, and make sure you upload in the correct order: Dell, Dell Command Update and finally Dell Unified User Consent.
🌐
Microsoft Learn
learn.microsoft.com › en-us › answers › questions › 5607773 › need-guidance-enforcing-dell-command-update-auto-u
Need Guidance, enforcing dell command | update auto updates through Intune - Microsoft Q&A
November 3, 2025 - I already have the Dell Command , Update package ready in Intune, but I want a script that, after the Dell Command utility installation, enforces automatic updates for all dell drivers and BIOS. ... Hope this is sorted now. If not, Dell has documented the Dell Command | Update command‑line interface in detail, which should be helpful for configuring and enforcing updates via automation.
🌐
Microsoft Community Hub
techcommunity.microsoft.com › microsoft community hub › communities › products › microsoft intune › microsoft intune
Dell Command Update failures | Microsoft Community Hub
April 25, 2024 - I am trying to push Dell Command Updates through Intune and I have had very much great success long time back, but lately we are seeing issues where few...
🌐
Intune SW deployment
intuneswdeployment.com › dell-command-update
[Windows] Dell Command | Update – Intune SW deployment
December 1, 2023 - Version used in this guide: 5.0.0 Highlighted items are subjects to change with new software releases. Please review these items and adjust them according to your environment. General Application type Windows app (Win32) Package content Dell-Command-Update-Application_HYR95_WIN_5.0.0_A00.EXE Software download page Dell Command | Update | Dell US App information Name Dell Command | Update Description Dell…