Unsolved
1 Rookie
•
1 Message
1
1334
February 27th, 2023 13:00
How to initiate Dell Command updates remotely with a Powershell script through Intune
In short, I have an environment with ~165 devices requiring firmware updates available through Dell Command/Support Assist. I've tested a few scripts by changing to the Dell Command directory and then executing "dcu-cli.exe" with arguments to bypass prompts but haven't had much luck. Is there a way to initiate these updates on Dell Command 4.8.0 remotely with a Powershell script?
Thank you,
Tim
No Events found!
DarkBrewing
1 Rookie
•
1 Message
0
January 17th, 2025 15:07
I figured it out using this command to see the cli options: .\dcu-cli.exe /help
Here's what I'm using at the moment, but I'll probably be tweaking it further:
cd "C:\Program Files\Dell\CommandUpdate"
.\dcu-cli /scan -silent
.\dcu-cli /applyUpdates -reboot=disable -forceUpdate=enable -silent