Specifying the Data Store Location
Performing hard-link migrations is the recommended action in Refresh Computer scenarios, and this is the default behavior of MDT 2010. For other scenarios, you can create the data stores within the MDT 2010 deployment share. However, creating a share for the data stores on a separate server is better than putting the data stores in the deployment share because it spreads the load and allows you to dedicate resources to user state migration more easily.
After creating the share for the data stores, you configure the data store location by customizing properties in each deployment share's CustomSettings.ini file. To configure CustomSettings.ini, right-click a deployment share in Deployment Workbench and click Properties; then configure CustomSettings.ini on the Rules tab. You can also customize these properties in the MDT 2010 database. Table below describes these properties.
USMT Properties in MDT 2010
Property | Controls |
LoadStateArgs=arguments | The arguments passed to LoadState. MDT 2010 inserts the appropriate logging, progress, and data store parameters. If this value is not included in the settings file, ZTIUserState.wsf uses LoadStateArgs=/v:5 /c /lac. |
ScanStateArgs=arguments | The arguments passed to ScanState. MDT 2010 inserts
the appropriate logging, progress, and data store
parameters. If this value is not included in the settings file,
ZTIUserState.wsf uses ScanStateArgs=/v:5 /o /c. Use the property USMTMigFiles to specify the .xml files to be used by Scanstate.exe instead of using the /i parameter in the ScanStateArgs property. This prevents the ZTIUserState script from potentially duplicating the same list of .xml files. |
UDDShare=Path | The network share in which to create data stores, such as UDDShare=\\server\MigData$. This value is ignored when performing hard-link migrations. |
UDDir=Folder | The folder where the user state migration data is stored. This folder exists beneath the network shared folder specified in UDDShare. For example, UDDir=%ComputerName%. This value is ignored when performing hard-link migrations. |
UDDir=Folder | |
UserDataLocation=[blank | AUTO | NETWORK | NONE] | The location in which user state migration data is stored:
|
UDProfiles=Profile1, Profile2, ProfileN | A list of user profiles to save during the MDT 2010 State Capture phase by Scanstate.exe, such as UDProfiles=Administrator, Patrice, Dave. |
Note You can also use removable media and local data stores during a user state migration by not setting the UserDataLocation value. The Windows Deployment Wizard will prompt you for the user data location. See the Toolkit Reference in MDT 2010 for more details about these properties.
In this tutorial:
- Migrating User State Data
- Evaluating Migration Technologies
- Windows User State Migration Tool
- Using Windows Easy Transfer
- Refresh Computer
- Replace Computer
- Planning User State Migration Using USMT
- Choosing Subject Matter Experts
- Prioritizing Migration Tasks
- Choosing a Data Store Location
- Automating USMT
- Testing User State Migration
- Installing USMT
- Windows PE Media
- Understanding USMT Components
- Scanstate.exe
- Loadstate.exe
- Developing Migration Files
- Control File Syntax
- Using USMT in Microsoft Deployment Toolkit
- Specifying the Data Store Location
- Adding Custom Migration Files