Microsoft Endpoint Administrator — Question 316
You use the Microsoft Deployment Toolkit (MDT) to deploy Windows 11.
You create a new task sequence by using the Standard Client Task Sequence template to deploy Windows 11 Enterprise to new computers. The computers have a single hard disk.
You need to modify the task sequence to create a system volume and a data volume.
Which phase should you modify in the task sequence?
Answer options
- A. Initialization
- B. State Restore
- C. Preinstall
- D. Postinstall
Correct answer: C
Explanation
The correct answer is C, Preinstall, because this phase is where disk partitioning and volume creation typically occur before the operating system installation. The other phases, such as Initialization and State Restore, focus on preparing the environment and installing applications, while Postinstall deals with configurations after the OS is already installed.