Hello.
I'm working on updating the BIOS on the workstations, and despite several attempts, I haven't been able to do it. The command I'm using locally for the update is:
I ran the command on the local machine, and it worked perfectly.
C:\Software\Precision_3650_1.45.0.exe" /s /f /r /p=P@sSw0rd
And this is the package I configured to deploy the task to all the workstations. The BIOS is protected by a password, which is included in the script.
<Package>
<Name>Update BIOS Dell Precision 3650 to 1.45.0</Name>
<Description>Update BIOS to 1.45.0.</Description>
<ShutdownOption>0</ShutdownOption>
<ShutdownTime>0</ShutdownTime>
<MaxDuration>3600</MaxDuration>
<Rescan>True</Rescan>
<RunMode>-1</RunMode>
<Steps>
<Step>
<Nr>1</Nr>
<Name>Update BIOS to 1.45.0</Name>
<Type>2</Type>
<ReturnCodes>0,1641,3010</ReturnCodes>
<Success>-2</Success>
<Failure>-3</Failure>
<Path/>
<Parameters/>
<MSIParameters/>
<MSIName/>
<MSIVersion/>
<Command>"C:\Software\Precision_3650_1.45.0.exe" /s /f /r /p=P@sSw0rd</Command>
<EditMode>False</EditMode>
<Conditions/>
</Step>
</Steps>
<SoftwareVersion>12.6.1.32</SoftwareVersion>
</Package>
Thank you
Enzo.