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
Default (Default)
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
Applicable: Skype for Business Server 2015, Skype for Business Server 2019
Enables you to specify a file path for the log file created when the cmdlet runs. For example:
-Report "C:\Logs\ManagementServerTestTest.html"
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 |
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
None
The test-CsManagementServer
cmdlet does not accept pipelined input.
Outputs
Microsoft.Rtc.SyntheticTransactions.TaskOutput
The Test-CsManagementServer
cmdlet returns an instance of the Microsoft.Rtc.SyntheticTransactions.TaskOutput object.