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.