6.2

Source Profile Path
Use the source_profile_path setting to specify the path name of the source V1 or V2 profile 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 profile path in a command-line option, you must specify this setting in the
migration configuration file. You can specify a single user's profile path or use the * wildcard to migrate all
profiles under a folder.
The following examples specify individual remote user profiles:
<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 profiles 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 profiles 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