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
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
Suppresses the display of any non-fatal error message that might occur when running the command.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Skype for Business Server 2019CU1 |
-PoolFqdn
Fully qualified domain name of the pool whose data will be replicated.
For example:
-PoolFqdn "atl-cs-001.litwareinc.com"
Type: | Fqdn |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Skype for Business Server 2019CU1 |
Inputs
None. The Invoke-CsRGSStoreReplicateData cmdlet does not accept pipelined data.
Outputs
None.