You can useGet-OSDBuilder to check if there is an update to the OSDBuilder PowerShell Module.
Get-OSDBuilder
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 commands
OSDBuilder -Update
Last updated 6 years ago
Was this helpful?
Uninstall-Module -Name OSDBuilder -AllVersions -Force Install-Module -Name OSDBuilder -Force Import-Module -Name OSDBuilder -Force