Edit

Share via


Invoke-CsRgsStoreReplicateData

Replicate existing RGS data present on the specified pool to the backup tables so that data can be picked up by RGSBackupService.

Syntax

Default (Default)

Invoke-CsRgsStoreReplicateData
    -PoolFqdn <Fqdn>
    [-Force]
    [<CommonParameters>]

Description

The Invoke-CsRgsStoreReplicateData cmdlet enables administrators to replicate existing RGS data(RGS entities created before CU1 installation) present on the specified pool to the backup tables so that data can be picked by backupservice. Backup service will sync RGS data to the paired pool if RGSBackupSerice in enabled. Skype for Business Server Control Panel: The functions carried out by the Invoke- CsRGSStoreReplicateData cmdlet are not available in the Skype for Business Server Control Panel.

Examples

Example 1

Invoke-CsRgsStoreReplicateData -PoolFqdn "atl-cs-001.litwareinc.com"

The command shown in Example 1 replicates the RGS data for the pool atl-cs-001.litwareinc.com to the back up table.

Parameters

-Force

Applicable: Skype for Business Server 2019CU1

Suppresses the display of any non-fatal error message that might occur when running the command.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-PoolFqdn

Applicable: Skype for Business Server 2019CU1

Fully qualified domain name of the pool whose data will be replicated. For example: -PoolFqdn "atl-cs-001.litwareinc.com"

Parameter properties

Type:Fqdn
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

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

Inputs

None. The Invoke-CsRgsStoreReplicateData cmdlet does not accept pipelined data.

Outputs

None.