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.
- 1Open the Windows image file (install.wim) in Windows System Image Manager (SIM) to generate a catalog file (.clg).
- 2Create a new answer file and add component settings to the appropriate configuration passes (e.g., specialize, oobeSystem).
- 3Validate the answer file within Windows SIM to verify there are no missing required parameters or syntax errors.
- 4Save the validated answer file as autounattend.xml in the root directory of the bootable USB installation media.
- 5Boot the target workstation from the USB installation media to initiate the automated setup process.
Cevap
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.
Adım Adım Çözüm
Anahtar Kavram
Unattended OS Installation with Windows SIM and autounattend.xml