Invoke-CsBackupServiceSync
Manually invokes backup synchronization between a Skype for Business Server pool and its designated backup pool. This allows administrators to synchronize data without waiting for Skype for Business Server replication. This cmdlet was introduced in Lync Server 2013.
Syntax
Invoke-CsBackupServiceSync
-PoolFqdn <Fqdn>
[-BackupModule <String>]
[-Force]
[<CommonParameters>]
Description
The Invoke-CsBackupServiceSync cmdlet enables administrators to synchronize the data between a Registrar pool and its backup pool. The Invoke-CsBackupServiceSync cmdlet will only copy as much data as needed in order to bring the two pools into sync.
Skype for Business Server Control Panel: The functions carried out by the Invoke-CsBackupServiceSync cmdlet are not available in the Skype for Business Server Control Panel.
Examples
-------------------------- Example 1 --------------------------
Invoke-CsBackupServiceSync -PoolFqdn "atl-cs-001.litwareinc.com"
The command shown in Example 1 synchronizes the backup services for the pool atl-cs-001.litwareinc.com.
Parameters
-BackupModule
Indicates the type of data to be synchronized. Valid values are:
UserServices.PresenceFocus
ConfServices.DataConf
CentralMgmt.CMSMaster
ApplicationServer.RGSDataStore
ApplicationServer.RGSFileStore
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019 |
-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: | Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019 |
-PoolFqdn
Fully qualified domain name of the pool where backup service synchronization is being invoked. For example:
-PoolFqdn "atl-cs-001.litwareinc.com"
Type: | Fqdn |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019 |
Inputs
String value. The Invoke-CsBackupServiceSync cmdlet can accept a pipelined string value representing the fully qualified domain name of a Skype for Business Server pool.
Outputs
None.