Before beginning the migration process, do the following:
Ensure that the ZENworks Personality Migration is installed on the source device. For more information, see Section 2.2, Installing ZENworks Personality Migration on Windows.
Close the applications whose settings you want to migrate. (You are also prompted to close any open applications upon launching ZENworks Personality Migration).
To migrate the personality settings by using the command prompt:
Run the migration program as an administrator:
Method 1:
Open a command prompt in Windows by clicking
> > . Right-click , then click .Change to the ZENworks Personality Migration installation directory.
Method 2:
In the directory where you have installed Personality Migration, right-click the PersonalityMigrationCore.exe file.
Click
> .In the Privilege Level group, select
, then click .Open a command prompt in Windows by clicking
> > >Change to the ZENworks Personality Migration installation directory.
On the source device, store the personality by using the following command:
PersonalityMigrationCore.exe --store --template=value --file=value
You can also use the password, span-size, no-span, and log options. However, these are optional.
For example,
PersonalityMigrationCore.exe --store --template=C:\template.xml --file=C:\users.pnp --log=C:\users.log
For more information on options, see Section 5.5, Command Prompt Options to Store and Apply Personalities.
On the destination device, apply the personality by using the following command:
PersonalityMigrationCore.exe --apply --template=value --file=value
You can also use the password and log options. However, these are optional.
For example,
PersonalityMigrationcore.exe --apply --template=C:\template.xml --file=C:\users.pnp --log=C:\users.log
For more information on options, see Section 5.5, Command Prompt Options to Store and Apply Personalities.