Dell Command Update
PowerShell script to silently install and run Dell Command Update (DCU).
Last updated
PowerShell script to silently install and run Dell Command Update (DCU).
Last updated
Dev Insight: This script was originally written to make sure devices deployed during our MDT process had the latest drivers/firmware from Dell, but it can also be used to update Dell devices already deployed via your RMM of choice.
This script downloads and installs the latest version of Dell Command Update (DCU) if not already installed. It will then use dcu-cli.exe
to download and install all Dell driver/firmware updates, ignoring reboots.
Prerequisites: This script has no prerequisites.
Notes:
Script will abort if a PC manufacturer other than Dell is detected.
Incompatible products, such as Dell Update, will be removed if detected.
Dell Command Update is not intended for use with server hardware. Use Dell System Update instead.
Script will abort if a PC manufacturer other than Dell is detected.
This example downloads and installs Dell Command Update if it isn't already installed. After installation, Dell Command Update will check for and install any Dell updates.
This script has no parameters.