In this blog post I will show you how you can update the bios on HP computers in OSD.

1. Down the bios update from HP’s website

2. Create a SCCM Package “Bios Updates HP” in SCCM with the Bios files:
image
The “Bios_Password” is the password for your bios if you have created one.

image

3. Create a “Run Command Line” step in your task sequence
image

4. Commandline: HPBIOSUPDREC64.exe -s -pBios_Password.bin -fHP840G1/L71_0136.bin

image

5. WMI query: Select * From Win32_BIOS WHERE SMBIOSBIOSVersion LIKE “%01.36%”

image

That is it

twitterlinkedin

By Claus