Test-CsManagementServer

Verifies that the Central Management service is working correctly. The Central Management service is responsible for replicating data between the Central Management store and computers running Skype for Business Server.

Syntax

Test-CsManagementServer
    [-Report <String>]
    [<CommonParameters>]

Description

The Central Management service is responsible for replicating data between the Central Management store and computers running Skype for Business Server. The Central Management service runs on a single Front End pool (or a single Standard Edition server) and facilitates replication throughout the Skype for Business Server infrastructure. The Test-CsManagementServer cmdlet enables you verify that the Management service is working correctly.

Examples

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

Test-CsManagementServer

The command shown in Example 1 tests the Central Management service. Because there can only be a single instance of this service, no additional parameters are required.

Parameters

-Report

Enables you to specify a file path for the log file created when the cmdlet runs. For example:

-Report "C:\Logs\ManagementServerTestTest.html"

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Skype for Business Server 2015, Skype for Business Server 2019

Inputs

None. The test-CsManagementServer cmdlet does not accept pipelined input.

Outputs

The Test-CsManagementServer cmdlet returns an instance of the Microsoft.Rtc.SyntheticTransactions.TaskOutput object.