Skip to content

Powershell Cmdlet to install drivers from a directory

License

Notifications You must be signed in to change notification settings

zbalkan/Install-Driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Install-Driver

Synopsis

Powershell Cmdlet to install drivers from a directory

Description

Function seeks INF files in the specified directory and utilizes PnPUtil to install the drivers. This will overwrite existing ones, so use carefully.

Examples

Install-Driver -DriverPath "C:\\MyDrivers"

Install-Driver -DriverPath "C:\\MyDrivers" -Reboot

Notes

This will overwrite existing ones, so use carefully.

Releases

No releases published

Packages

No packages published