An IT technician is configuring an automated network-based deployment of Windows 11 Enterprise across several client workstations. The goal is to perform an unattended installation without requiring user interaction during setup for prompts such as language selection, partition creation, and local account configuration. Which of the following components or configurations are required to perform this unattended installation? (Select TWO.)
- An answer file (such as autounattend.xml) containing pre-configured installation responses must be included in the installation media or deployment share.Answer
- The target workstations must boot into a lightweight pre-installation environment (such as Windows PE) with network drivers loaded to access the installation image.Answer
- CAn in-place architecture conversion switch must be specified in the setup command to upgrade legacy 32-bit client hardware to 64-bit Windows 11 automatically.
- DThe deployment command script must execute sfc /scannow against the network share prior to booting the client hardware.
- EBitLocker Drive Encryption must be enabled within Windows Home edition on the destination computers prior to connecting to the deployment share.
Answer
Unattended network deployments of Windows require an answer file (autounattend.xml) to bypass interactive setup prompts and a pre-installation environment (Windows PE) with network drivers to boot target systems and mount the deployment share.
For an automated, unattended OS installation over a network share, an XML answer file (such as autounattend.xml) is required to automatically respond to setup prompts without technician intervention. Furthermore, the client systems must boot into a minimal pre-installation environment (Windows PE) equipped with proper network drivers to establish a network connection and execute setup from the share.
Step-by-Step Solution
Key Concept
Unattended Network OS Deployment Prerequisites
Estimated Time:2m 0s