The OSDDrivers PowerShell Module is installed from the PowerShell Gallery. Use the following commands in PowerShell
Install-Module OSDDriversImport-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 -ForceInstall-Module OSDDrivers -ForceImport-Module OSDDrivers -Force