Installation

OSBuilder is published in the PowerShell Gallery****

****https://www.powershellgallery.com/packages/OSBuilder****

Clean Install

If you don't have an existing version of OSBuilder installed, you can simply Install and Import OSBuilder with the following PowerShell commands

Install-Module -Name OSBuilder -ForceImport-Module -Name OSBuilder -Force

Update Existing Version

If you have an existing version of OSBuilder, you will need to Uninstall-Module first with the following PowerShell commands

Uninstall-Module -Name OSBuilder -AllVersions -ForceInstall-Module -Name OSBuilder -ForceImport-Module -Name OSBuilder -Force

Last updated