Get-CsBackupServiceStatus

Returns information about the current state of the backup service for a specified pool. This cmdlet was introduced in Lync Server 2013.

Syntax

Get-CsBackupServiceStatus
   -PoolFqdn <Fqdn>
   [-Category <BackupCategory>]
   [-Force]
   [<CommonParameters>]

Description

The Get-CsBackupServiceStatus cmdlet enables administrators to verify that the backup service for a specified Registrar pool has been configured and is working properly. Note that, by default, only users who belong to the RTCUniversalServerAdmins group are allowed to run this cmdlet and check the backup status for a pool. To provide additional groups with permission to run the cmdlet, use the Set-CsBackupServiceConfiguration cmdlet to add those groups to the AuthorizedUniversalGroups property.

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

Examples

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

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

The preceding command returns the backup service status for the pool atl-cs-001.litwareinc.com.

Parameters

-Category

Type of backup whose status is being checked. Allowed values are:

  • CMS
  • UserData
  • RGS

If this parameter is not specified then all three backup types will be checked.

Type:BackupCategory
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 whose backup service status 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

Returns information about the backup service.