OSDeploy / OSD

OSD Shared Functions
MIT License
144 stars 59 forks source link

Bios Password parameter /p=PASSWORD #7

Closed systemcenterblog closed 5 months ago

systemcenterblog commented 3 years ago

Is your feature request related to a problem? Please describe. All our systems have the same BIOS password set at factory DELL. If you run this script it prompts for a password. If I add to the argument section as below the script works without prompt.

$Arguments = $Arguments + " /r /s /p=PASSWORD"

Describe the solution you'd like I would like an additional parameter added i.e. Update-MyDellBios -Silent -Reboot -PW=PASSWORD

Describe alternatives you've considered Removing the password via another script and reapplying post BIOS Update.

Additional context

gwblok commented 5 months ago

While it's a nice idea, I'm closing this request. I'm not putting any new features in for Dell devices at this time. If others want to join the project to enhance Dell, that would be fine.