Skip to main content

Export and Import Policies

Exporting the Policy

Complete the following procedure to export the policy:

  1. From the Desktop Delivery Controller as an Administrator role account.

  2. Open PowerShell : Add-PSSnapin Citrix*

  3. 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:

  1. From the Desktop Delivery Controller as an Administrator role account.

  2. Open PowerShell : Add-PSSnapin Citrix*

  3. Import-BrokerDesktopPolicy (Get-Content "C:\Temp\CitrixExportPolicy.txt")