You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: