Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sbalaji6/2b0e105daded519b179911a81ce43c6e to your computer and use it in GitHub Desktop.
Save sbalaji6/2b0e105daded519b179911a81ce43c6e to your computer and use it in GitHub Desktop.
Get-ChildItem . -Recurse -Filter "*.inf" | ForEach-Object { PNPUtil.exe /add-driver $_.FullName /install }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment