Topic Last Modified: 2013-02-22
Modifies the replication port used by the Lync Server Central Management service. This cmdlet was introduced in Lync Server 2010.
Syntax
Set-CsManagementServer [-Identity
<XdsGlobalRelativeIdentity>] [-Confirm
[<SwitchParameter>]] [-Force <SwitchParameter>]
[-ReplicationServicePort <UInt16>] [-WhatIf
[<SwitchParameter>]]
|
Examples
EXAMPLE 1
The command shown in Example 1 connects to the Central Management service with the Identity ManagementServer:atl-cs-001.litwareinc.com and sets the replication service port to port 5076.
Copy Code | |
---|---|
Set-CsManagementServer -Identity "ManagementServer:atl-cs-001.litwareinc.com" -ReplicationServicePort 5076 |
Detailed Description
The Central Management service is responsible for replicating data between the Central Management store and computers running Lync Server services or server roles. The Central Management service runs on a single Front End pool (or a single Standard Edition server) and facilitates replication throughout the Lync Server infrastructure.
The Set-CsManagementServer cmdlet enables you to specify the port that the Central Management service uses for replication.
Who can run this cmdlet: By default, members of the following groups are authorized to run the Set-CsManagementServer cmdlet locally: RTCUniversalServerAdmins. To return a list of all the role-based access control (RBAC) roles this cmdlet has been assigned to (including any custom RBAC roles you have created yourself), run the following command from the Windows PowerShell prompt:
Get-CsAdminRole | Where-Object {$_.Cmdlets –match "Set-CsManagementServer"}
Parameters
Parameter | Required | Type | Description |
---|---|---|---|
Confirm |
Optional |
System.Management.Automation.SwitchParameter |
Prompts you for confirmation before executing the command. |
Force |
Optional |
System.Management.Automation.SwitchParameter |
Suppresses the display of any non-fatal error message that might occur when running the command. |
Identity |
Optional |
Microsoft.Rtc.Management.Xds.XdsGlobalRelativeIdentity |
Unique identifier for the Central Management service. For example: -Identity "ManagementServer:atl-cs-001.litwareinc.com". Note that you can leave off the prefix "ManagementServer:" when specifying a Central Management Server. For example: -Identity "atl-cs-001.litwareinc.com". |
ReplicationServicePort |
Optional |
System.UInt16 |
Port number for the replication port used by the Central Management service. |
WhatIf |
Optional |
System.Management.Automation.SwitchParameter |
Describes what would happen if you executed the command without actually executing the command. |
Input Types
None. The Set-CsManagementServer cmmmdlet does not accept pipelined input.
Return Types
The Set-CsManagementServer cmdlet does not return any objects or values. Instead, the cmdlet modifies existing instances of the Microsoft.Rtc.Management.Xds.DisplayManagementServer object.