Contents
Configuration Manager administrators with permissions to create Task Sequences in Configuration Manager.
Creating the In-Place base task sequence
Nested Task Sequences
The Windows Servicing Assistant (WSA) does not currently support nested Task Sequences (Task Sequences that include the Run Task Sequence step). If your Task Sequence includes Run Task Sequence steps, WSA will fail. You will need to copy the steps from the included Task Sequence and paste them into a group in the WSA Task Sequence.
To create the In-Place Upgrade Task Sequence:
- From the Configuration Manager console, select the Software Library workspace then navigate to Operating Systems > Task Sequences.
Expand the Operating Systems tree and choose Task Sequences.
- Right-click Task Sequences.
- From its context menu, choose Create Task Sequence.
On the Create New Task Sequence screen:
- Select the Upgrade an operating system from an upgrade package option.
- Click Next.
On the Task Sequence Information screen:
- In Task sequence name, enter a logical name for it. For example, In-Place Upgrade to Windows 10 1607.
- In Description, enter a description for it.
- Click Next.
On the Upgrade the Windows Operating System screen:
- In Upgrade package, select the upgrade package.
- In Edition index: select a value from the list.
- In Product key:, enter the key for it,
- Click Next.
On the Include Updates screen:
- Select the the Required for installation – Mandatory software updates only option.
- Click Next.
On the Install Applications screen:
- Define the applications that should be installed by the task sequence after the OS has been upgraded.
- Click Next.
On the Summary screen:
- Review your settings.
- Click Next.
- When the Create Task Sequence wizard completes, click Close.
Once the Task Sequence has been created, double-click it to open the Properties. Select the Advanced tab then configure the boot image as indicated below
- Check Use a boot image.
- Browse to the boot image to be used with this task sequence.
The process for customizing the task sequence
The steps in this section describe how to build out the Task Sequence to include additional steps, groups and logic to incorporate the 1E automation.
- From the Configuration Manager console, double-click the In-place Upgrade to Windows 10 1607 (or whatever name you created it with) task sequence.
In the Properties dialog:
- Select the Enable Nomad option.
- Click Apply and then OK.
- Right-click the In-place Upgrade to Windows 10 1607 (or whatever you named the in-place upgrade Task Sequence when you created it) from the list of task task sequences.
- From its context menu, choose Edit.
In our example, at the root of task sequence, we are going to create:- two 1E WSA Actions steps (one to initialize the task sequence and the other to finalize it)
- two groups (the Main group for the actions in the task sequence which contains multiple sub-groups and the Rollback group)
within the Main group, we are going to customize it by:
- moving groups from the base task sequence in it
- adding new steps to it
The process and procedure is described below.
|
Customising the base task sequence
To customize the newly created task sequence with sequential step to specifically address the in-place upgrade:
With the 1E WSA Actions step highlighted, click Add and choose New Group.
On the Properties tab On the Options tab - Name the group Main and ensure that it is positioned just below the 1E WSA Actions step.
- Select the Continue on error option and click Apply
- Click OK to save the task sequence.