HPDrivers

1.3.5

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 -RequiredVersion 1.3.5

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

Install-PSResource -Name HPDrivers -Version 1.3.5

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] - Install all drivers and update BIOS
-ShowSoftware [switch] - Show additional HP software in the driver list
-Overwrite [switch] - Install the drivers even if the current driver version is the same
-DeleteInstallationFiles [switch] - Delete the HP SoftPaq installation files stored in C:\Temp
-UninstallHPCMSL [switch] - Uninstall HP CMSL at the end of installation process
-SuspendBL [switch] - Suspend BitLocker protection for one restart


Examples

Example 1:
Simple, just download and install all drivers.

Get-HPDrivers -NoPrompt


Example 2:
Show all available drivers and additional software.
Do not keep installation files. Suspend the BitLocker pin on next reboot.

Get-HPDrivers -ShowSoftware -DeleteInstallationFiles -SuspendBL


Example 3:
Download and install all drivers and BIOS, even if the current driver version is the same.

Get-HPDrivers -NoPrompt -Overwrite


Example 4:
Automatic driver installation. Can be part of a deployment script.

Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force
Install-Module -Name HPDrivers -Force
Get-HPDrivers -NoPrompt -DeleteInstallationFiles

FileList

Version History

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