A desktop administrator is creating a master reference image to deploy Windows across an enterprise network. In what order should the administrator execute the following steps to build, generalize, and capture the image?
- 1Boot the reference computer into Audit Mode during initial setup.
- 2Install required enterprise applications, device drivers, and system updates.
- 3Execute Sysprep with the /generalize and /oobe command-line options.
- 4Boot the reference machine into a Windows PE (WinPE) environment.
- 5Run the DISM tool to capture the system volume into a .wim file.
Cevap
The correct sequence to build and capture a generalized master image is: Boot into Audit Mode, install required applications and updates, run Sysprep with /generalize and /oobe options, boot into WinPE, and run DISM to capture the system volume.
The standard process for creating a deployment image requires entering Audit Mode to configure software, running Sysprep with /generalize to strip system-specific details, booting into an offline WinPE environment, and using DISM to capture the volume.
Adım Adım Çözüm
Anahtar Kavram
Sysprep and Master Image Capture Workflow