HPDrivers

1.4.3

Update all HP device drivers with a single command.

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name HPDrivers

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name HPDrivers

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2023 Dawid Prowadzisz. All rights reserved.

Package Details

Author(s)

  • Dawid Prowadzisz

Tags

HP Drivers BIOS UEFI Deployment

Functions

Get-HPDrivers

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

Version History

Version Downloads Last updated
1.4.3 (current version) 2,815 9/9/2024
1.4.0 19,568 1/3/2024
1.3.8 869 11/20/2023
1.3.5 213 11/12/2023
1.3.2 165 10/30/2023
1.2.2 11,542 9/11/2023
1.1.2 12,451 5/20/2023
Show more