OSDeploy.com
Twitter
PowerShell Gallery
GitHub
Search…
Overview
Release Notes
OSDeploy Home
Module
Install and Update
Functions
PowerShell Gallery
GitHub
Docs
Driver Basics
AmdPack (AMD Video)
NvidiaPack (Nvidia Video)
OSDDriver Basics
How I Roll
Links
Dell
Intel
Nvidia
Development
Solutions
NvidiaPack
Examples
ConfigMgr
Deployment
Real World
HPMultiPack
Powered By
GitBook
Install and Update
Install OSDDrivers
The
OSDDrivers
PowerShell Module is installed from the
PowerShell Gallery
. Use the following commands in PowerShell
1
Install-Module OSDDrivers
2
Import-Module OSDDrivers -Force
Copied!
Update OSDDrivers
The easiest way to Update the
OSDDrivers
PowerShell Module is with the following
PowerShell
command
1
Update-ModuleOSDDrivers
Copied!
This will remove previous versions of
OSDDrivers
, and install the latest version
You can also use the following commands
1
Uninstall-Module OSDDrivers -AllVersions -Force
2
Install-Module OSDDrivers -Force
3
Import-Module OSDDrivers -Force
Copied!
Previous
Release Notes
Next - Module
Functions
Last modified
2yr ago
Copy link
Contents
Install OSDDrivers
Update OSDDrivers