HPDrivers
1.4.3
Update all HP device drivers with a single command.
Installation Options
Owners
Copyright
(c) 2023 Dawid Prowadzisz. All rights reserved.
Package Details
Author(s)
- Dawid Prowadzisz
Tags
HP Drivers BIOS UEFI Deployment
Functions
Dependencies
This module has no dependencies.
Release Notes
Update all HP device drivers with a single command - Get-HPDrivers
Parameters
-NoPrompt [switch] - Download and install all drivers
-OsVersion [string] - Specify the operating system version (e.g. 22H2, 23H2)
-ShowSoftware [switch] - Show additional HP software in the driver list
-Overwrite [switch] - Install drivers even if the current driver version is the same
-BIOS [switch] - Update BIOS to the latest version
-DeleteInstallationFiles [switch] - Delete the HP SoftPaq installation files stored in C:\Temp\HPDrivers
-SuspendBL [switch] - Suspend BitLocker protection for one restart
Examples
Example 1:
Get-HPDrivers -NoPrompt
Simple, just download and install all drivers.
Example 2:
Get-HPDrivers -ShowSoftware -DeleteInstallationFiles -SuspendBL
Show a list of available drivers and additional software. The selected drivers will be installed automatically.
Do not keep installation files. Suspend the BitLocker pin on next reboot.
Example 3:
Get-HPDrivers -NoPrompt -BIOS -Overwrite
Download and install all drivers and BIOS, even if the current driver version is the same.
Example 4:
Get-HPDrivers -OsVersion 22H2
Show a list of available drivers that match the current platform and Windows 22H2. The selected drivers will be installed automatically.
## v1.4.3
- Added search for latest drivers even if available driver version on HP servers is older than current Windows version (for older computers)
- Added HP software (e.g. dock firmware, manageability, diagnostic) to -ShowSoftware parameter
- Added max 5 driver download attempts in case of failure
- Fixed minor bugs
## v1.4.0
- First standalone version that does not use the HP CMSL module.
FileList
- HPDrivers.nuspec
- HPDrivers.psd1
- HPDrivers.psm1
- README.md
- res\SelectDrivers.png
- res\InstallationProcess.png