/build/static/layout/Breadcrumb_cap_w.png

How to Use K1000 to delete BIOS setup and system Passwords ready for BIOS update pushing.

I am trying to use Dell Command | Configure to delete the admin and system passwords from my client BIOS, so that I can push out a BIOS update with K1000.

Is there a way I can do this?

When I try to enable the Apply Settings for the --setuppwd and --syspwd, it doesn't let me have blank fields for the entries.

Or is there a better way of clearing these passwords to prepare for using K1000 to push BIOS updates?

UPDATE (in here instead of comments as it keeps giving me an error when I reply to comments):


Dell don't seem to release DUP files for BIOS updates anymore.  is it possible to pass these passwords into the MI using the normal BIOS updater they provide?

0 Comments   [ + ] Show comments

Answers (1)

Posted by: Nico_K 6 years ago
Red Belt
1
There is a better way.
You can install the BIOS updates using a Managed Install.
Since the Dell DUP (Dell Update Package) is supporting silent install and password this is the better way.
Please be aware that some BIOS updates are incremental so you cannot jump from A00 to A55 or similar but need a few intermediate steps.
This is provided without support (no Quest, no Dell, not me)

I personally do this always as follows:
1. I have a report which shows the current BIOS versions:
SELECT MACHINE.IP, MACHINE.NAME AS SYSTEM_NAME, CHASSIS_TYPE, CS_MANUFACTURER, CS_MODEL, BIOS_SERIAL_NUMBER, BIOS_VERSION  FROM MACHINE  WHERE ((CS_MANUFACTURER like '%Dell%'))  ORDER BY CS_MANUFACTURER, CS_MODEL, BIOS_VERSION

2. I download the latest (and if nessesary intermediate steps) from the support.dell.com page.

3. I create a smart label for the right BIOS versions. In this example only E6220 systems with a BIOS version of A03 or higher can be updated to the latest A13.
SELECT MACHINE.NAME AS SYSTEM_NAME, SYSTEM_DESCRIPTION, MACHINE.IP, MACHINE.MAC, MACHINE.ID as TOPIC_ID FROM MACHINE  WHERE ((BIOS_VERSION < 'A13') AND (BIOS_VERSION > 'A03') AND (CS_MODEL like '%E6220%'))  

4. create a MI with the right BIOS update:
DUP.exe /s /f /c /p=extremely_secure_BIOS-Password

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ