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