Get-OSDBuilder -Update
You can use
Get-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

Executing
OSDBuilder -Update
is the same as running the following commandsUninstall-Module -Name OSDBuilder -AllVersions -Force
Install-Module -Name OSDBuilder -Force
Import-Module -Name OSDBuilder -Force
Last modified 3yr ago