Skip to content

Commit 7b60550

Browse files
authored
Merge pull request MicrosoftDocs#3811 from hirenshah1/patch-10
Update Invoke-CsRGSStoreReplicateData.md
2 parents ad29983 + a13403e commit 7b60550

File tree

1 file changed

+19
-14
lines changed

1 file changed

+19
-14
lines changed

skype/skype-ps/skype/Invoke-CsRgsStoreReplicateData.md

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ ms.author: hirshah
99
ms.reviewer:
1010
---
1111

12-
# Invoke-CsRgsStoreReplicateData
12+
# Invoke-CsRGSStoreReplicateData
1313

1414
## SYNOPSIS
15-
{{ Fill in the Synopsis }}
15+
Replicate existing RGS data present on the specified pool to the backup tables so that data can be picked up by RGSBackupService.
1616

1717
## SYNTAX
1818

@@ -21,26 +21,29 @@ Invoke-CsRgsStoreReplicateData -PoolFqdn <Fqdn> [-Force] [<CommonParameters>]
2121
```
2222

2323
## DESCRIPTION
24-
{{ Fill in the Description }}
24+
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.
25+
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.
26+
2527

2628
## EXAMPLES
2729

2830
### Example 1
29-
```powershell
30-
PS C:\> {{ Add example code here }}
31+
```
32+
Invoke-CsRGSStoreReplicateData -PoolFqdn "atl-cs-001.litwareinc.com"
3133
```
3234

33-
{{ Add example description here }}
35+
The command shown in Example 1 replicates the RGS data for the pool atl-cs-001.litwareinc.com to the back up table.
3436

3537
## PARAMETERS
3638

3739
### -Force
38-
{{ Fill Force Description }}
40+
Suppresses the display of any non-fatal error message that might occur when running the command.
3941

4042
```yaml
4143
Type: SwitchParameter
4244
Parameter Sets: (All)
4345
Aliases:
46+
Applicable: Skype for Business Server 2019CU1
4447

4548
Required: False
4649
Position: Named
@@ -50,30 +53,32 @@ Accept wildcard characters: False
5053
```
5154
5255
### -PoolFqdn
53-
{{ Fill PoolFqdn Description }}
56+
Fully qualified domain name of the pool whose data will be replicated.
57+
For example:
58+
`-PoolFqdn "atl-cs-001.litwareinc.com"`
5459

5560
```yaml
5661
Type: Fqdn
5762
Parameter Sets: (All)
58-
Aliases:
63+
Aliases:
64+
Applicable: Skype for Business Server 2019CU1
5965
6066
Required: True
6167
Position: Named
6268
Default value: None
6369
Accept pipeline input: False
64-
Accept wildcard characters: False
6570
```
6671

6772
### CommonParameters
6873
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
6974

7075
## INPUTS
76+
###
77+
None. The Invoke-CsRGSStoreReplicateData cmdlet does not accept pipelined data.
7178

72-
### None
7379

7480
## OUTPUTS
75-
76-
### System.Object
77-
## NOTES
81+
###
82+
None.
7883

7984
## RELATED LINKS

0 commit comments

Comments
 (0)