Install and Update
The OSDDrivers PowerShell Module is installed from the PowerShell Gallery. Use the following commands in PowerShell
Install-Module OSDDrivers
Import-Module OSDDrivers -Force
The easiest way to Update the OSDDrivers PowerShell Module is with the following PowerShell command
Update-ModuleOSDDrivers
This will remove previous versions of OSDDrivers, and install the latest version
You can also use the following commands
Uninstall-Module OSDDrivers -AllVersions -Force
Install-Module OSDDrivers -Force
Import-Module OSDDrivers -Force
Last modified 3yr ago