An IT technician is tasked with setting up an automated USB-based deployment process to perform unattended Windows installations on offline workstations. Place the steps required to prepare the answer file and execute the unattended installation in the correct chronological order from first to last.
- 1Open the Windows distribution image file (install.wim) in Windows System Image Manager (SIM) to create a catalog file.
- 2Create and configure a new answer file by adding necessary component settings such as partitioning and disk layout.
- 3Validate the answer file in Windows System Image Manager to check for syntax errors and missing required settings.
- 4Save the validated answer file as autounattend.xml on the root directory of the bootable USB flash drive.
- 5Boot the target workstation from the USB flash drive to automatically run the Windows installation process.
Cevap
The correct sequence starts by opening install.wim in Windows SIM to create a catalog file, followed by configuring the answer file settings, validating the answer file for errors, saving it as autounattend.xml to the root of the USB drive, and finally booting the target computer from the USB drive to execute setup.
The correct sequence follows the standard Windows System Image Manager (SIM) workflow for creating an unattended deployment media: catalog generation from the WIM image file, answer file configuration, syntax validation, saving as autounattend.xml on the root directory of the installation media, and finally booting the target workstation to execute the automated installation.
Adım Adım Çözüm
Anahtar Kavram
Unattended OS Installation and Answer File (autounattend.xml) Workflow