Microsoft Endpoint Administrator — Question 74
You have a Microsoft Deployment Toolkit (MDT) deployment share.
You plan to deploy Windows 11 by using the Standard Client Task Sequence template.
You need to modify the task sequence to perform the following actions:
• Format disks to support Unified Extensible Firmware Interface (UEFI).
• Create a recovery partition.
Which phase of the task sequence should you modify?
Answer options
- A. Preinstall
- B. PostInstall
- C. Install
- D. Initialization
Correct answer: A
Explanation
The correct phase to modify is the Preinstall phase, as this is where disk formatting and partitioning tasks are performed before the operating system installation begins. The PostInstall phase occurs after the OS is installed, making it unsuitable for formatting disks or creating partitions. The Install phase is specifically for the installation process of the OS, and the Initialization phase is related to setting up the environment, not disk operations.