HPDrivers

1.4.0

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

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 the drivers even if the current driver version is the same
-BIOS [switch] - Update the BIOS to the latest version
-DeleteInstallationFiles [switch] - Delete the HP SoftPaq installation files stored in C:\Temp
-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.

FileList

Version History

Version Downloads Last updated
1.4.0 (current version) 6,498 1/3/2024
1.3.8 864 11/20/2023
1.3.5 208 11/12/2023
1.3.2 162 10/30/2023
1.2.2 11,502 9/11/2023
1.1.2 12,444 5/20/2023
Show more