About 186,000 results
Open links in new tab
  1. intune - How to initiate Dell Command updates remotely with a ...

    Feb 28, 2023 · 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 …

  2. powershell - Issues with setting bios password in dell command update ...

    May 29, 2024 · dcu-cli.exe /configure -biosPassword="Test1234" So, in your case, you are missing the /configure command option as well as enclosing the password string with double quotes. Note that …

  3. windows - Attempting to deploy Dell Command Update intunewin …

    Sep 11, 2023 · I downloaded the most recent version of Dell Command Update (Dell-Command-Update-Application_HYR95_WIN_5.0.0_A00.EXE) and have it stored in a folder "C:\Dell Command Update". …

  4. Using dcu-cli.exe to Install Dell Updates on Remote System

    Oct 19, 2017 · I found that I like the command line "Dell Command | Update" tool called dcu-cli.exe. I can run it in a remote session, run CMD as admin, pushd to the directory with it and its …

  5. Using PSRemoting to Install Dell Updates using dcu-cli.exe

    I've been using a batch file w/ psexec to update the bios on my dell workstations for 2 - 3 years about 15% of the time, the bios will not update using dcu-cli.

  6. Batch File for Dell Updating - File Browser - Stack Overflow

    Aug 10, 2022 · I currently have some code that installs all Dell updates silently but I would like the end-user be able to browse for the dell updater msi if it cannot locate it.

  7. windows - PowerShell Invoke-Command with Start-Process outputs ...

    Dec 28, 2020 · I have an update script for running the Dell Command Update tool. In short dcu-cli.exe. The thing now is than when i run the same script code on the computer local then everything runs …

  8. Forceing driver updates on only dell machines - Stack Overflow

    Nov 18, 2020 · Im trying to force weekly/monthly remote updates of dell drivers and have found that the dell command update cli application is perfect for this with the following command. CD 'C:\\Program …

  9. How to run command line or PowerShell script if file could exist in two ...

    Apr 14, 2022 · We have multiple systems with the same Dell program but different versions. The version number is the same but one is in the x86 folder and the other is in the x64 one as shown below. …

  10. How to uninstall dell support assist with powershell?

    May 16, 2019 · This is what I came up with.. Uninstalls "Dell SupportAssist" and "Dell SupportAssist OS Recovery Plugin for Dell Update" Hope this helps someone else too.. The code probably could be …