Microsoft Endpoint Administrator — Question 102
You have the Microsoft Deployment Toolkit (MDT) installed.
You install and customize Windows 11 on a reference computer.
You need to capture an image of the reference computer and ensure that the image can be deployed to multiple computers.
Which command should you run before you capture the image?
Answer options
- A. dism
- B. wpeinit
- C. sysprep
- D. bcdedit
Correct answer: C
Explanation
The correct answer is C, as the 'sysprep' command prepares the Windows installation by removing system-specific data, which allows the image to be deployed on different hardware. Options A and D are related to image servicing and boot configuration, respectively, but do not prepare the system for imaging. Option B initializes Windows PE but does not capture the image.