New-OSBuildTask

To create an OSBuild, you must first create an OSBuild Task or an OSBuild Task Template. The next few pages will detail how to do that

TaskName

To edit an existing OSBuild Task, simply use the same TaskName

This is the only required parameter. The TaskName is how you identify an OSBuild Task and is not used for any other purpose. In this example I will create a simple Task without any other parameters

New-OSBuildTask -TaskName SeguraOSD

I'll get prompted to select an OSMedia to use for the Task

Once the Operating System is selected, the Task will be generated

Last updated