Get-OSDBuilder -Update
Check OSDBuilder for Updates
You can useGet-OSDBuilder
to check if there is an update to the OSDBuilder PowerShell Module.
If there is an updated Module available, you will see a notification. This will also remind you of the PowerShell Command to update OSDBuilder

OSDBuilder -Update
Executing OSDBuilder -Update
is the same as running the following commands
Uninstall-Module -Name OSDBuilder -AllVersions -Force
Install-Module -Name OSDBuilder -Force
Import-Module -Name OSDBuilder -Force
Last updated
Was this helpful?