This post is more than 5 years old
5 Posts
0
15714
April 20th, 2018 06:00
getting bios password set with WMI on DELL computers
Dear All,
Is there any way to check if BIOS password has been set on remote DELL desktops and laptops using WMI query?
Thks
JJC
No Events found!


speedstep
11 Legend
•
47K Posts
0
April 20th, 2018 07:00
"standalone application on each Client" can't be any more specific than that. Default Windows wmic is not going to work
speedstep
11 Legend
•
47K Posts
1
April 20th, 2018 06:00
Open Manage Client Instrumentation would be required.
There isn't any way to SET or READ the password from WMI
The latest version of Dell Command | Monitor is v9.3.
Dell Command | Monitor 9.3 for Windows
wmic /namespace:\\root\dcim\sysman path __namespace
If (DCM)OMCI is not installed , the above command will output -
ERROR: Description = Invalid namespace
speedstep
11 Legend
•
47K Posts
1
April 20th, 2018 07:00
The Microsoft Group Policy Management Console (GPMC) is not the same as Dell Command Monitor (DCM) or OMCI. DCM is installed on each client.
There is support for what you are asking about HOWEVER its not free.
Neither Dell nor Microsoft provide DCM or GPO support and training free.
Dell Command Update is installed as a standalone application on each Client with Enhanced CLI options. The command line interface allows administrators to use their automated remote deployment infrastructure for updates.
celma972
5 Posts
0
April 20th, 2018 07:00
Thks speestep,
I am deploying this from a GPO. Does this mean DELL command monitor must be installed on the server where the GPO script is running or all desktop/laptops before running the WMI query?
celma972
5 Posts
0
April 20th, 2018 07:00
OK. But you do not answer to my question. Does DCM must be installed on both server and workstations or just the server?. I'll run the script from the server to query WMI bios settings on all the workstations I have on my network.
Thks
yoga212
1 Rookie
•
1 Message
0
January 12th, 2019 21:00
Thanks speedstep for sharing the script. In my organisation we are using over 700 dell optiplex series desktops. dell optiplex 3020 dell optiples 3040 dell optiplex 7050 i use PDQ deploy to upgrade the bios to latest version with silent code. The problem is each and everytime i must redeploy the package with different set of bios password credentials.. What i planned is to change all bios password to one unified password so that i can deploy various bios updates and as well as Dell command configure multi package to disable front usb. change boot order. power on methods. disable sleep mode.. etc.. I tried ur script but i get error and also i dont know where to fetch input of computers hostnames to change the bios password remotely. please suggest your ideas.. Awaiting for your reply