An IT technician is tasked with migrating user profiles, desktop settings, and application data from a legacy Windows workstation to a newly deployed machine using Microsoft's User State Migration Tool (USMT) during an enterprise operating system upgrade. What is the correct order of steps the technician should take to execute this migration process successfully?
- 1Customize the migration rule configuration files (such as MigUser.xml and MigApp.xml) to define which user files and settings to include.
- 2Execute the ScanState.exe command on the source computer to collect user state data into a designated migration store.
- 3Perform a clean installation of the target operating system on the new workstation hardware.
- 4Install required line-of-business software and local applications on the target workstation.
- 5Execute the LoadState.exe command on the target computer to unpack and apply the user state from the migration store.
Answer
The proper USMT migration sequence begins with configuring XML migration rules (MigUser.xml/MigApp.xml), running ScanState.exe on the source computer, completing the clean OS installation on the target computer, installing necessary software applications, and finally running LoadState.exe on the target computer to restore user data.
The User State Migration Tool (USMT) requires a structured sequence for command-line migrations in automated OS deployments. Customizing XML migration rule files comes first to define what data to harvest. Next, running the ScanState utility captures the profiles and settings from the source computer into a store. The target operating system is then freshly installed, followed immediately by installing required applications so their default registry entries exist. Finally, running the LoadState utility restores the saved profiles and settings into the target system and application environments.
Step-by-Step Solution
Key Concept
User State Migration Tool (USMT) Workflow
Estimated Time:2m 0s