Skip to content

Set-Brokergpopolicypriorities

Changes the priorities of policies in a GPO policy set.

Syntax

Set-BrokerGpoPolicyPriorities [-PolicyGuids] <Guid[]> [-PolicySetGuid <Guid>] [-LoggingId <Guid>] [-AdminClientIP <String>] [-AdminAddress <String>] [-BearerToken <String>] [-TraceParent <String>] [-TraceState <String>] [-VirtualSiteId <String>] [<CommonParameters>]

Detailed Description

The Set-BrokerGpoPolicyPriorities cmdlet is used to change the priorities of the policies in a policy set. The input must be an array of GUIDs and it must be the complete set of all policy GUIDs in the policy set and there must be no duplications of GUIDs in the input.

Parameters

Name Description Required? Pipeline Input Default Value
PolicyGuids The list GUIDS of all the policies in the policy set. The order of the GUIDs indicate the new priority oder. true false
PolicySetGuid The GUID of the policy set that contains the policies. If this is not specified, this means the default site policy set. false true (ByValue)
LoggingId Specifies the identifier of the high level operation that this cmdlet call forms a part of. Desktop Studio and Desktop Director typically create High Level Operations. PowerShell scripts can also wrap a series of cmdlet calls in a High Level Operation by way of the Start-LogHighLevelOperation and Stop-LogHighLevelOperation cmdlets. false false
AdminClientIP Internal use only. false false
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.
BearerToken Specifies the bearer token assigned to the calling user false false
TraceParent Specifies the trace parent assigned for internal diagnostic tracing use false false
TraceState Specifies the trace state assigned for internal diagnostic tracing use false false
VirtualSiteId Specifies the virtual site the PowerShell snap-in will connect to. false false

Input Type

Return Values

None

This cmdlet does not generate any output.

Examples

Example 1

C:\PS> Set-BrokerGpoPolicyPriorities -PolicyGuids @("abcdef12-...", "12345678-...")

Description

Set the new policy priority order.

Was this article helpful?