Pk4Tech will help you Telegram Link
This script is "as is" and no further support may be guaranteed. You may use it as you wish, but do not expect support. You may request features, but this is just an upload based upon work I acctualy do in my work. This script has only been tested so far with Dell Optiplex, but based upon documentation from Dell, it will most likely work with other model serieses aswell. We're going to test it with the Latitude series very soon. For further bios settings you may set with this script see the Dell Command Configure documentation, you'll mostly just need to copy other settings found in the powershell script in this repository and modify the settings to set. Please have an look through of the script before running, so that you know what are being set.
- Create an group of operations to perform during an deployment and add an WMI filter to filter out all dell computers (Select * From Win32_ComputerSystem WHERE Manufacturer LIKE "%DELL%")
- Install the attached app (Dell Command Configure). It is an MSI package so that it is sufficent with MSIEXEC /i DCC.msi /Quiet. Just remeber to check the box for an restart after the application has been installed. All the extra files beside the MSI package are nessecary for the install.
- Modify the attached powershell script so that it suits your deployments. Ex. that it writes files to an area where your deployment service account has access (Ex. an additional folder in your deployment share)
- The script only uses A-Z, a-z and some special characters, you may take a look at the function for password generation for what special characters it uses.
- Save the script somewhere your deployment may find it and add it as a part of your deployment after the install of DCC.