Earlier this year, I wrote about how to manage Dell BIOS settings using PowerShell. The method described in that post uses the DellBIOSProvider PowerShell module. This method works, but I was not completely satisfied with it, as the PowerShell module needs to … View full post
Dell BIOS Password Management – WMI
Earlier this year, I wrote about how to manage Dell BIOS passwords using PowerShell. The method described in that post uses the DellBIOSProvider PowerShell module. This method works, but I was not completely satisfied with it, as the PowerShell module needs … View full post
BIOS Management – Example Task Sequences
UPDATE September 16th, 2020 – The scripts included in these downloads are currently outdated. I plan to update this post soon with the latest script versions.
Now that I have working BIOS management scripts for Dell, HP, and Lenovo, I figured I … View full post
Dell BIOS Settings Management – PSModule
This post was updated on September 11th, 2020.
Update: Dell does now provide native WMI classes to manage BIOS settings on newer models. For more information, see this post: Dell BIOS Settings Management – WMI. For information on using the Dell … View full post
Dell BIOS Password Management – PSModule
This post was updated on September 11th, 2020.
Update: Dell does now provide native WMI classes to manage BIOS passwords on newer models. For more information, see this post: Dell BIOS Password Management – WMI. For information on using the Dell … View full post
Working with the Dell Command | PowerShell Provider
This post was updated on February 20th, 2022.
I’ve recently been writing a series of blog posts on how to manage BIOS and Firmware settings using PowerShell. When working with HP and Lenovo hardware I was able to modify the settings by … View full post