Edit

Share via


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

Default (Default)

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

Applicable: Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019

Indicates the type of data to be synchronized. Valid values are:

UserServices.PresenceFocus

ConfServices.DataConf

CentralMgmt.CMSMaster

ApplicationServer.RGSDataStore

ApplicationServer.RGSFileStore

Parameter properties

Type:String
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

-Force

Applicable: Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019

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: Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019

Fully qualified domain name of the pool where backup service synchronization is being invoked. 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:True
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

System.Stringvalue.

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