Question

Difficulty: HardOS Installation and Upgrade Methods

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.)

  1. An answer file (such as autounattend.xml) containing pre-configured installation responses must be included in the installation media or deployment share.Answer
  2. 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
  3. C
    An 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.
  4. D
    The deployment command script must execute sfc /scannow against the network share prior to booting the client hardware.
  5. E
    BitLocker 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

1
Identify the mechanism for bypassing interactive setup prompts during OS installation.
Recognize that an XML-based answer file (autounattend.xml) supplies predefined answers for regional, user account, and formatting configurations.
Without an answer file, setup halts at user configuration screens requiring manual input.
2
Identify the required boot environment for bare-metal target machines receiving a network deployment.
Determine that Windows PE must be booted on target workstations to load basic hardware drivers and establish network connectivity.
Bare-metal machines lack an installed operating system and require Windows PE to access remote setup files across the local network.
3
Evaluate distractor choices against valid Windows deployment constraints.
Eliminate choices involving 32-bit to 64-bit in-place paths, sfc utility usage on installation shares, and pre-installation BitLocker configuration on unsupported OS editions.
Architecture changes require clean installs, SFC repairs installed OS files, and BitLocker is unavailable on Windows Home.

Key Concept

Unattended Network OS Deployment Prerequisites
Estimated Time:2m 0s
Rate this question