Install and Update

Install OSDUpdate

The OSDUpdate Module is installed in PowerShell from the PowerShell Gallery with the following commands

Install-Module OSDUpdate
Import-Module OSDUpdate -Force

Update OSDUpdate

The easiest way to Update the OSDUpdate PowerShell Module is with the following PowerShell command

Update-ModuleOSDUpdate

This will remove previous OSDUpdate versions and install the latest. An internet connection is required as the new files are pulled from PowerShell Gallery. The commands that are used are displayed as PowerShell Warning Messages

You must close all open PowerShell sessions after updating the OSDUpdate Module. Import-OSDUpdate -Force is not enough due to the Catalog changes

Last updated