# Export-BrokerDesktopPolicy
Gets the site wide Citrix Group Policy settings.
Syntax
Export-BrokerDesktopPolicy [-AdminAddress <String>] [<CommonParameters>]
Detailed Description
Export-BrokerDesktopPolicy returns an array of bytes containing the site-wide Citrix Group Policy settings. These policy settings are applied to every machine in the site.
Related Commands
Parameters
Name | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|
AdminAddress | Specifies the address of a XenDesktop controller that the PowerShell snapin will connect to. This can be provided as a host name or an IP address. | false | false | Localhost. Once a value is provided by any cmdlet, this value will become the default. |
Input Type
None
Return Values
System.Byte[]
The configuration data as an opaque binary blob. This will be null if no site wide Citrix Group Policy settings are in place.## Notes Export-BrokerDesktopPolicy performs a specialized operation. Direct usage of it in scripts is discouraged, and could result in data corruption. It is recommended that this operation only be performed via the Citrix Studio.
Examples
EXAMPLE 1
C:\PS> $policy = Export-BrokerDesktopPolicy
Description
-----------
This command exports the site wide Citrix Group Policy settings.