Is it possible to capture BIOS settings?
...and then deploy them out as a mid or post install task?
I figure not, but just thought I'd ask the question.
We have a few different Dell units (3040, 7270 etc) that we are imaging for a client and they have made a request to have various BIOS options changed as part of the imaging. One of these is to add a password, but we've also been asked to change a few other settings from default.
Can this be done with a script or capture tool...or are we looking at doing it manually?
Thank you
Duncan
0 Comments
[ + ] Show comments
Answers (4)
Answer Summary:
Please log in to answer
Posted by:
chucksteel
8 years ago
Top Answer
We use Dell Command|Configure for this. It works great.
Comments:
-
Yup, this has worked for us too - cheers all. - Duncan_H 8 years ago
-
Sorry, but How I can deploy it after - sjaatoul 7 years ago
-
After importing the settings I believe you can export the configuration file and then import that into a multiplatform configuration. From there export an executable and run the executable. - chucksteel 7 years ago
Posted by:
sparky86
8 years ago
various manufactures provide i tool for managing bios on end clients if i can remember the dell equivalent is the DCCU, most of these work on a capture/replace mechanism
HP offer a similar tool and that works on a capture of the settings to a .config file and the settings can be changed in this file and the file along with the config tool deployed to end clients
Comments:
-
Thanks for the swift reply, we'll give this tool a go and see how we get on. - Duncan_H 8 years ago
Posted by:
Thorvin
7 years ago
I am not as familiar with the HP product, but from what I have read it is similar to the Dell one.
With the Dell one it exposes a bunch of additional settings to WMIC. You can then subsequently use this in powershell or other automated scripting tools.
I have never tried to do a capture, but I have used the "get" or "view" options to see the way settings are configured on a test box then create a script that sets those on target machines based on criteria. (adjust the automatic wake time based on system name for example)