Does Dell Command | Update have install switches?
Automating Dell Command Update
I run this as an application towards the end of the TS then reboot with MDT and run it again followed by another reboot before finishing up the whole TS.
@echo off TITLE Running DELL Command Update... REM Checks for updated DELL Drivers using DELL Command Update CLI "C:\Program Files\Dell\CommandUpdate\dcu-cli.exe" /configure -silent -autoSuspendBitLocker=enable -userConsent=disable "C:\Program Files\Dell\CommandUpdate\dcu-cli.exe" /scan -outputLog=C:\dell\logs\scan.log "C:\Program Files\Dell\CommandUpdate\dcu-cli.exe" /applyUpdates -reboot=disable -outputLog=C:\dell\logs\applyUpdates.log
It's pretty self explanatory but it configures it first, does a scan, then applies the updates and disables reboot so that MDT can do it instead. I run this against DCU 4.1.
I don't recommend silencing the Apply Updates stage (it isn't in that script above) because sometimes it can take a little while and not being able to see what it's doing can be nerve racking.
More on reddit.comInstall all available updates via Dell Command Update CLI commands?
How has Dell Command Update worked for you?
Videos
I'd like to push Dell Command Update out to all of our PCs using our KACE Systems Management Appliance. I'd do it silently (/s), but I'd also like to set it for manual updates only. The default is automatic updates. I've searched high and low and can't seem to find command line switches/arguments to set that on install. Maybe I'm missing something. Can anyone help?
Thanks!