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

Last updated

Was this helpful?