Dell Command Update

PowerShell script to silently install and run Dell Command Update (DCU).

Overview

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.

  • Dell Update, which is incompatible with Dell Command Update, will be removed if detected.

  • .NET Desktop Runtime, a prerequisite to Dell Command Update 5.5+, will be updated / installed to the latest LTS release if not already installed.

  • Dell Command Update is not intended for use with server hardware. Use Dell System Update instead.


Script

Script will abort if a system manufacturer other than Dell is detected.

https://github.com/wise-io/scripts/blob/main/scripts/DellCommandUpdate.ps1

Examples

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 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. Once complete, a message will be displayed, and a reboot will be forced after 60 seconds.


Parameters

-Reboot

Switch parameter - if specified, notifies the user and forces a reboot after 60 seconds.

Last updated

Was this helpful?