Get-CsPoolBackupRelationship

Returns information about the backup pool associated with a Skype for Business Server pool. This cmdlet was introduced in Lync Server 2013.

Syntax

Get-CsPoolBackupRelationship
   -PoolFqdn <Fqdn>
   [-Force]
   [-LocalStore]
   [<CommonParameters>]

Description

The Get-CsPoolBackupRelationship cmdlet returns the fully qualified domain name of the backup pool associated with a Registrar pool. Note that this is read-only information: there is no corresponding Set-CsPoolBackupRelationship cmdlet that lets you use the Windows PowerShell command-line interface to create a backup association. Instead, backup pools must be assigned using Skype for Business Server Topology Builder.

The functions carried out by the Get-CsPoolBackupRelationship cmdlet are not available in the Skype for Business Server Control Panel.

Examples

-------------------------- Example 1 --------------------------

Get-CsPoolBackupRelationship -PoolFqdn "atl-cs-001.litwareinc.com"

The command shown in Example returns information about the backup relationship assigned to the pool atl-cs-001.litwareinc.com.

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

-LocalStore

Retrieves the backup relationship data from the local replica of the Central Management store rather than from the Central Management store itself.

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 whose backup relationship is being checked. 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:Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019

Inputs

None

Outputs

Microsoft.Rtc.Management.Hadr.BackupService.BackupRelation