Question

Difficulty: MediumOS Installation and Upgrade Methods

A desktop support technician needs to automate Windows deployments across several new workstations using an answer file. Arrange the steps involved in creating and executing an unattended Windows installation using Windows System Image Manager (SIM) in the correct chronological order.

  1. 1Open the Windows image file (install.wim) in Windows System Image Manager (SIM) to generate a catalog file (.clg).
  2. 2Create a new answer file and add component settings to the appropriate configuration passes (e.g., specialize, oobeSystem).
  3. 3Validate the answer file within Windows SIM to verify there are no missing required parameters or syntax errors.
  4. 4Save the validated answer file as autounattend.xml in the root directory of the bootable USB installation media.
  5. 5Boot the target workstation from the USB installation media to initiate the automated setup process.

Answer

The correct chronological sequence for an unattended Windows deployment using Windows SIM is: 1) Open install.wim in Windows SIM to generate a catalog file, 2) Create a new answer file and configure settings across configuration passes, 3) Validate the answer file in Windows SIM, 4) Save the answer file as autounattend.xml in the root folder of the USB installation media, and 5) Boot the target system from the USB drive.
The correct order follows the standard Windows System Image Manager (SIM) deployment workflow: First, generate or load a catalog (.clg) file from install.wim. Second, create the answer file and populate settings in configuration passes. Third, validate the answer file to check for configuration errors. Fourth, save the file as autounattend.xml in the root directory of the boot USB media. Finally, boot the target system from the media to execute the automated installation.

Step-by-Step Solution

1
Generate image catalog
A catalog file (.clg) is created from install.wim
Windows SIM requires a catalog file to index configurable settings for the specific Windows installation image.
2
Configure answer file settings
Components are added to configuration passes such as specialize and oobeSystem
Deployment settings must be populated into appropriate passes to automate setup prompts like user creation and network configuration.
3
Validate answer file
Answer file is checked for syntax errors and missing required elements
Validation confirms that the answer file structure is error-free before saving it to installation media.
4
Save autounattend.xml to media root
The file autounattend.xml is placed at the root level of the bootable USB drive
Windows Setup automatically searches for autounattend.xml at the root level of removable media during system boot.
5
Boot target workstation
Unattended installation executes automatically
Booting from the USB media causes Windows Setup to detect autounattend.xml and perform the installation silently.

Key Concept

Unattended OS Installation with Windows SIM and autounattend.xml
Rate this question