Most companies use the Development, Testing, Acceptance and Production method when implementing changes in their environment. This brings a lot of management overhead because every environment needs to be modified after a change. Citrix has create a export and import feature in XenApp to make it easier to keep the environments the same.
First the export |
|
Start the XenApp PowerShell Module from the Start menu |
 |
Enter the command Set-XAMigrationOption -DataFolderPath C:\ |
 |
Enter the command Set-XAMigrationOption -ObjectType workergroup -Enabled $true
|
|
Enter the command Start-XAMigration –exportonly -RemoteServerName *name*
|
|
The files will be written to
C:\Users\*Username*\AppData
\Local\Citrix\
Citrix.XenApp.Migration\Data by default |
 |
Then the import. |
|
Start the XenApp PowerShell Module from the Start menu |
 |
Enter the command Set-XAMigrationOption -DataFolderPath C:\
|
 |
Enter the command Start-XAMigration –ImportOnly
|
 |
After this command, the import is successful and the configuration is imported. |
|
The following features can be excludes by using the command:
Set-XAMigrationOption -ObjectType GroupPolicy,LoadEvaluator -Enabled $false
Can’t get the solution to work? Contact me and let me do the trick.