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