Citrix Daas SDK

Update-BrokerScopeCache

Synchronise the scope information with the Delegated Administration service

Syntax

Update-BrokerScopeCache
      [<CitrixCommonParameters>]
      [<CommonParameters>]
<!--NeedCopy-->

Description

Force an immediate synchronisation of the scope information held by the Delegated Administration

service with the cached copy held by the Broker service. The scope data would be eventually synchronised anyway, but this

cmdlet can be used when the synchronisation is needed immediately.

Examples

EXAMPLE 1

Ensures the broker cache is up to date after a change to the scopes configured in the site

New-AdminScope -Name 'NewScopeName'
Update-BrokerScopeCache
<!--NeedCopy-->

Parameters

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

By default, this cmdlet returns no output.

Update-BrokerScopeCache