User Profile Migration
Table Of Contents
Source Profile Path
Use the source_profile_path seing to specify the path name of the source V1 or V2 prole path to be
migrated.
<source>
<profilepath>source_profile_path</profilepath>
</source>
or
<source>
<profilepath>source_profile_path</profilepath>
<migv2tov5>true</migv2tov5>
</source>
If you do not specify the source prole path in a command-line option, you must specify this seing in the
migration conguration le. You can specify a single user's prole path or use the * wildcard to migrate all
proles under a folder.
The following examples specify individual remote user proles:
<source>
<profilepath>\\file01\profiles\ts115</profilepath>
</source>
<source>
<profilepath>\\file02\share\profiles\ts115.v2</profilepath>
<migv2tov5>true</migv2tov5>
</source>
The following examples specify individual users' local proles on existing machines:
<source>
<profilepath>\\devvm-winxp\c$\documents and settings\ts115</profilepath>
</source>
<source>
<profilepath>\\devvm-win7\c$\Users\ts115.v2</profilepath>
<migv2tov5>true</migv2tov5>
</source>
The following examples specify all remote user proles under remote shared folders:
<source>
<profilepath>\\file01\profiles\*</profilepath>
</source>
<source>
<profilepath>\\file02\share\profiles\*.v2</profilepath>
<migv2tov5>true</migv2tov5>
</source>
Chapter 1 User Profile Migration Overview
VMware, Inc. 13










