zbalkan / Install-Driver

Powershell Cmdlet to install drivers from a directory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Powershell Cmdlet to install drivers from a directory

License:GNU General Public License v3.0


Languages

Language:PowerShell 100.0%