Installation
After installing OSDBuilder, you should close all open PowerShell sessions to ensure that the Module is fully loaded
If you don't have an existing version of OSDBuilder installed, you can simply Install and Import OSBuilder with the following PowerShell commands
Install-Module -Name OSDBuilder -Force
Import-Module -Name OSDBuilder -Force
OSDBuilder is a completely separate PowerShell Module from OSBuilder, and it shares the same function names. These two Modules cannot coexist, and OSBuilder should be removed before installing OSDBuilder
Uninstall-Module OSBuilder -AllVersions -Force
Install-Module OSDBuilder -Force
Import-Module OSDBuilder -Force

If you have an existing version of OSBuilder, you can easily do this with the following PowerShell Command

Last modified 3yr ago