Creates a new OSBuild from an OSBuild Task
Creates a new OSBuild from an OSBuild Task created with New-OSBuildTask
https://www.osdeploy.com/osbuilder/docs/functions/osbuild/new-osbuild
Creates an ISO of the OSBuilder Media
.PARAMETER DownloadUpdates
Automatically download the required updates if they are not present in the Content\Updates directory
.PARAMETER DontUseNewestMedia
Use the OSMedia specified in the Task, not the Latest
.PARAMETER PromptBeforeDismount
Adds a 'Press Enter to Continue' prompt before the Install.wim is dismounted
.PARAMETER PromptBeforeDismountWinPE
Adds a 'Press Enter to Continue' prompt before the WinPE Wims are dismounted
[CmdletBinding(DefaultParameterSetName='Basic')]
[switch]$DownloadUpdates,
[Parameter(ParameterSetName='Advanced')]
[Parameter(ParameterSetName='Advanced')]
[switch]$DontUseNewestMedia,
[Parameter(ParameterSetName='Advanced')]
[switch]$PromptBeforeDismount,
[Parameter(ParameterSetName='Advanced')]
[switch]$PromptBeforeDismountWinPE