Community FAQ
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Enzo
Engaged Sweeper III

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.

1 ACCEPTED SOLUTION
Enzo
Engaged Sweeper III

Hello team.

It finally worked with this script; it returned "Success" in the deployment logs. I'm leaving it here for reference.

<?xml version="1.0" encoding="utf-8"?>
<Package>
<Name>Update BIOS Dell Precision 3650 to 1.45.0</Name>
<Description>Update BIOS a 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>Actualizar BIOS a 1.45.0</Name>
<Type>2</Type>
<ReturnCodes>0,1641,3010</ReturnCodes>
<Success>-1</Success>
<Failure>-3</Failure>
<Path></Path>
<Parameters></Parameters>
<MSIParameters></MSIParameters>
<MSIName></MSIName>
<MSIVersion></MSIVersion>
<Command>"C:\Software\Dell Precision 3650\Precision_3650_1.45.0.exe" /s /f /noreboot /p=P@sSw0rd &amp; shutdown /r /t 5</Command>
<EditMode>False</EditMode>
<Conditions />
</Step>
</Steps>
<SoftwareVersion>12.6.1.32</SoftwareVersion>
</Package>

 

View solution in original post

2 REPLIES 2
Enzo
Engaged Sweeper III

Hello team.

It finally worked with this script; it returned "Success" in the deployment logs. I'm leaving it here for reference.

<?xml version="1.0" encoding="utf-8"?>
<Package>
<Name>Update BIOS Dell Precision 3650 to 1.45.0</Name>
<Description>Update BIOS a 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>Actualizar BIOS a 1.45.0</Name>
<Type>2</Type>
<ReturnCodes>0,1641,3010</ReturnCodes>
<Success>-1</Success>
<Failure>-3</Failure>
<Path></Path>
<Parameters></Parameters>
<MSIParameters></MSIParameters>
<MSIName></MSIName>
<MSIVersion></MSIVersion>
<Command>"C:\Software\Dell Precision 3650\Precision_3650_1.45.0.exe" /s /f /noreboot /p=P@sSw0rd &amp; shutdown /r /t 5</Command>
<EditMode>False</EditMode>
<Conditions />
</Step>
</Steps>
<SoftwareVersion>12.6.1.32</SoftwareVersion>
</Package>

 

Enzo
Engaged Sweeper III

Hello team.

The package finally worked, but it doesn't return a "Success" message in the deployment logs. Additionally, it takes longer than the other packages.

Thank you.

Enzo

General Discussions

Find answers to technical questions about Lansweeper.

New to Lansweeper?

Try Lansweeper For Free

Experience Lansweeper with your own data.
Sign up now for a 14-day free trial.

Try Now