Modifies the replication port used by a Microsoft Communications Server 2010 Management Server.
Syntax
Set-CsManagementServer [-Identity <XdsGlobalRelativeIdentity>] [-Confirm [<SwitchParameter>]] [-Force <SwitchParameter>] [-ReplicationServicePort <UInt16>] [-WhatIf [<SwitchParameter>]] |
Parameters
Parameter | Required | Type | Description |
---|---|---|---|
Identity |
Optional |
Xds Identity |
Unique identifier for the Management Server. For example: -Identity "ManagementServer:atl-cs-001.litwareinc.com". |
ReplicationServicePort |
Optional |
Integer |
Port number for the replication port used by the Management Server. |
Force |
Optional |
Switch Parameter |
Suppresses the display of any non-fatal error message that might arise when running the command. |
WhatIf |
Optional |
Switch Parameter |
Describes what would happen if you executed the command without actually executing the command. |
Confirm |
Optional |
Switch Parameter |
Prompts you for confirmation before executing the command. |
Detailed Description
The Management Server is the server role responsible for replicating data between the Central Management Database and computers running Communications Server services or server roles. The Management Server runs on a single front-end pool (or a single Standard Edition server) and facilitates replication throughout the Communications Server infrastructure.
The Set-CsManagementServer cmdlet enables you to specify the port that the Management Server uses for replication.
Return Types
Set-CsManagementServer does not return any objects or values. Instead, the cmdlet modifies existing instances of the Microsoft.Rtc.Management.Xds.DisplayManagementServer object.
Examples
-------------------------- Example 1 ------------------------
Copy Code | |
---|---|
Set-CsManagementServer -Identity "ManagementServer:atl-cs-001.litwareinc.com"-ReplicationServicePort 5076 |
The command shown in Example 1 connects to the Management Server with the Identity ManagementServer:atl-cs-001.litwareinc.com and sets the replication service port to port 5076.