Citrix Daas SDK

Update-BrokerGpoPolicySetBlob

Force an immediate update of a policy set’s data blob.

Syntax

Update-BrokerGpoPolicySetBlob
      -PolicySetGuid <Guid>
      [<CitrixCommonParameters>]
      [<CommonParameters>]
<!--NeedCopy-->

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.

Examples

EXAMPLE 1

Update the policy blob data of a policy set.

Update-BrokerGpoPolicySetBlob -PolicyGuid ([Guid]"abcdef12-...")
<!--NeedCopy-->

Parameters

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

Type: Guid
Position: Named
Default value: None
Required: True
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

CitrixCommonParameters

This cmdlet supports the common Citrix parameters: -AdminAddress, -AdminClientIP, -BearerToken, -TraceParent, -TraceState and -VirtualSiteId. For more information, see about_CitrixCommonParameters.

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

None

You can’t pipe objects to this cmdlet.

Outputs

None

This cmdlet does not generate any output.

Update-BrokerGpoPolicySetBlob