October 2009
Intermediate to advanced
1760 pages
93h 25m
English
In MDT 2010, the task sequence is a list of tasks to run during deployment. However, it’s not a linear list of tasks like a batch script. The task sequence is organized into groups and specifies conditions, or filters, that can prevent tasks and entire groups from running in certain situations.
MDT 2010 uses a Task Sequencer to run the task sequence. The Task Sequencer runs the task sequence from top to bottom in the order specified. Each task in the sequence is a step, and steps can be organized into groups and subgroups. When you create a task sequence in Deployment Workbench, you can choose a task sequence template. A key feature of the task sequence is that it stores state data, or variables, on the destination computer. ...