Export and Import Policies
Exporting the Policy
Complete the following procedure to export the policy:
-
From the Desktop Delivery Controller as an Administrator role account.
-
Open PowerShell :
Add-PSSnapin Citrix*
-
Export-BrokerDesktopPolicy | Out-File -FilePath "C:\Temp\CitrixExportPolicy.txt"
The preceding commands exports the policy to a binary file.
Importing the Policy
Complete the following procedure to import the policy:
-
From the Desktop Delivery Controller as an Administrator role account.
-
Open PowerShell :
Add-PSSnapin Citrix*
-
Import-BrokerDesktopPolicy (Get-Content "C:\Temp\CitrixExportPolicy.txt")