An IT administrator is configuring a master Windows 11 reference system to create a standardized image for automated network deployment across a company's workstations. Which tool and option must the administrator run prior to capturing the image to remove system-specific parameters, such as unique Security Identifiers (SIDs) and hardware details?
- Run Sysprep with the Generalize optionAnswer
- BRun DISM with the RestoreHealth switch
- CPerform an in-place upgrade using Windows Setup media
- DRun SFC with the Scannow switch
Answer
Run Sysprep with the Generalize option
Running Sysprep with the Generalize option removes machine-specific information, such as the computer SID, user-specific data, and hardware configurations, allowing the image to be deployed cleanly to multiple destination computers without SID collisions.
Step-by-Step Solution
Key Concept
Sysprep Generalization for Automated OS Image Deployment