2024-11-02 22:41:09 -05:00
|
|
|
if (Test-Path 'C:\Program Files(x86)\Dell\CommandUpdate\dcu-cli.exe') {
|
2024-11-02 16:33:54 -05:00
|
|
|
& 'C:\Program Files(x86)\Dell\CommandUpdate\dcu-cli.exe' /applyUpdates
|
2024-11-02 22:41:09 -05:00
|
|
|
}
|
|
|
|
if (Test-Path 'C:\Program Files\Dell\CommandUpdate\dcu-cli.exe') {
|
2024-11-02 16:33:54 -05:00
|
|
|
& 'C:\Program Files\Dell\CommandUpdate\dcu-cli.exe' /applyUpdates
|
2024-11-02 22:41:09 -05:00
|
|
|
}
|
2024-11-02 16:33:54 -05:00
|
|
|
# cmd /c \\syncloud\Data\Resources\Dell\CommandUpdate\Dell-Command-Update-Windows-Universal-Application_9M35M_WIN_5.4.0_A00.EXE /s
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# https://dl.dell.com/FOLDER11914128M/1/Dell-Command-Update-Windows-Universal-Application_9M35M_WIN_5.4.0_A00.EXE
|