Update-Brokergpopolicysetblob¶
Force an immediate update of a policy set's data blob.
Syntax¶
Update-BrokerGpoPolicySetBlob -PolicySetGuid <Guid> [-AdminClientIP <String>] [-AdminAddress <String>] [-BearerToken <String>] [-TraceParent <String>] [-TraceState <String>] [-VirtualSiteId <String>] [<CommonParameters>]
Detailed Description¶
The Update-BrokerGpoPolicySetBlob cmdlet is used to force an immediate conversion of the policy set's data stored in database tables to the compiled data blob for the policy set. Normally this is not necessary because a site service regularly converts the policy data in a policy set to a data blob at 5 minute intervals. Use this command to have the data updated immediately.
Related Commands¶
Parameters¶
Name | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|
PolicySetGuid | The GUID of the policy set to be updated. Only a policy set of type DeliveryGroupPolicies can be updated. If a policy set of another type is specified or if a non-existent policy set is specified, this command does nothing. | true | true (ByValue) | |
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> Update-BrokerGpoPolicySetBlob -PolicyGuid ([Guid]"abcdef12-...")
Description¶
Update the policy blob data of a policy set.