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:
The “Bios_Password” is the password for your bios if you have created one.
3. Create a “Run Command Line” step in your task sequence
4. Commandline: HPBIOSUPDREC64.exe -s -pBios_Password.bin -fHP840G1/L71_0136.bin
5. WMI query: Select * From Win32_BIOS WHERE SMBIOSBIOSVersion LIKE “%01.36%”
That is it