├── Dell ├── Install-DellBiosProvider-Legacy-2.3.1.ps1 ├── Install-DellBiosProvider-Legacy-2.4.0.ps1 ├── Install-DellBiosProvider.ps1 ├── Manage-DellBiosPasswords-PSModule.ps1 ├── Manage-DellBiosPasswords-WMI.ps1 ├── Manage-DellBiosSettings-PSModule.ps1 ├── Manage-DellBiosSettings-WMI.ps1 ├── Settings_CSV_ SecureBoot.csv ├── Settings_CSV_General.csv ├── Settings_CSV_TPM.csv └── Settings_InScript_All.txt ├── HP ├── Install-HPCMSL.ps1 ├── Manage-HPBiosPasswords.ps1 ├── Manage-HPBiosSettings.ps1 ├── Settings_CSV_General.csv ├── Settings_CSV_SecureBoot.csv ├── Settings_CSV_TPM.csv └── Settings_InScript_All.txt ├── LICENSE ├── Lenovo ├── Manage-LenovoBiosPasswords.ps1 ├── Manage-LenovoBiosSettings.ps1 ├── Settings_CSV_General.csv ├── Settings_CSV_SecureBoot.csv ├── Settings_CSV_TPM.csv └── Settings_InScript_All.txt └── README.md /Dell/Install-DellBiosProvider-Legacy-2.3.1.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConfigJon/Firmware-Management/HEAD/Dell/Install-DellBiosProvider-Legacy-2.3.1.ps1 -------------------------------------------------------------------------------- /Dell/Install-DellBiosProvider-Legacy-2.4.0.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConfigJon/Firmware-Management/HEAD/Dell/Install-DellBiosProvider-Legacy-2.4.0.ps1 -------------------------------------------------------------------------------- /Dell/Install-DellBiosProvider.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConfigJon/Firmware-Management/HEAD/Dell/Install-DellBiosProvider.ps1 -------------------------------------------------------------------------------- /Dell/Manage-DellBiosPasswords-PSModule.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConfigJon/Firmware-Management/HEAD/Dell/Manage-DellBiosPasswords-PSModule.ps1 -------------------------------------------------------------------------------- /Dell/Manage-DellBiosPasswords-WMI.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConfigJon/Firmware-Management/HEAD/Dell/Manage-DellBiosPasswords-WMI.ps1 -------------------------------------------------------------------------------- /Dell/Manage-DellBiosSettings-PSModule.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConfigJon/Firmware-Management/HEAD/Dell/Manage-DellBiosSettings-PSModule.ps1 -------------------------------------------------------------------------------- /Dell/Manage-DellBiosSettings-WMI.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConfigJon/Firmware-Management/HEAD/Dell/Manage-DellBiosSettings-WMI.ps1 -------------------------------------------------------------------------------- /Dell/Settings_CSV_ SecureBoot.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConfigJon/Firmware-Management/HEAD/Dell/Settings_CSV_ SecureBoot.csv -------------------------------------------------------------------------------- /Dell/Settings_CSV_General.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConfigJon/Firmware-Management/HEAD/Dell/Settings_CSV_General.csv -------------------------------------------------------------------------------- /Dell/Settings_CSV_TPM.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConfigJon/Firmware-Management/HEAD/Dell/Settings_CSV_TPM.csv -------------------------------------------------------------------------------- /Dell/Settings_InScript_All.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConfigJon/Firmware-Management/HEAD/Dell/Settings_InScript_All.txt -------------------------------------------------------------------------------- /HP/Install-HPCMSL.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConfigJon/Firmware-Management/HEAD/HP/Install-HPCMSL.ps1 -------------------------------------------------------------------------------- /HP/Manage-HPBiosPasswords.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConfigJon/Firmware-Management/HEAD/HP/Manage-HPBiosPasswords.ps1 -------------------------------------------------------------------------------- /HP/Manage-HPBiosSettings.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConfigJon/Firmware-Management/HEAD/HP/Manage-HPBiosSettings.ps1 -------------------------------------------------------------------------------- /HP/Settings_CSV_General.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConfigJon/Firmware-Management/HEAD/HP/Settings_CSV_General.csv -------------------------------------------------------------------------------- /HP/Settings_CSV_SecureBoot.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConfigJon/Firmware-Management/HEAD/HP/Settings_CSV_SecureBoot.csv -------------------------------------------------------------------------------- /HP/Settings_CSV_TPM.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConfigJon/Firmware-Management/HEAD/HP/Settings_CSV_TPM.csv -------------------------------------------------------------------------------- /HP/Settings_InScript_All.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConfigJon/Firmware-Management/HEAD/HP/Settings_InScript_All.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConfigJon/Firmware-Management/HEAD/LICENSE -------------------------------------------------------------------------------- /Lenovo/Manage-LenovoBiosPasswords.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConfigJon/Firmware-Management/HEAD/Lenovo/Manage-LenovoBiosPasswords.ps1 -------------------------------------------------------------------------------- /Lenovo/Manage-LenovoBiosSettings.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConfigJon/Firmware-Management/HEAD/Lenovo/Manage-LenovoBiosSettings.ps1 -------------------------------------------------------------------------------- /Lenovo/Settings_CSV_General.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConfigJon/Firmware-Management/HEAD/Lenovo/Settings_CSV_General.csv -------------------------------------------------------------------------------- /Lenovo/Settings_CSV_SecureBoot.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConfigJon/Firmware-Management/HEAD/Lenovo/Settings_CSV_SecureBoot.csv -------------------------------------------------------------------------------- /Lenovo/Settings_CSV_TPM.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConfigJon/Firmware-Management/HEAD/Lenovo/Settings_CSV_TPM.csv -------------------------------------------------------------------------------- /Lenovo/Settings_InScript_All.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConfigJon/Firmware-Management/HEAD/Lenovo/Settings_InScript_All.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConfigJon/Firmware-Management/HEAD/README.md --------------------------------------------------------------------------------