Viewing network region link information in Lync Server 2013
Topic Last Modified: 2013-02-23
You can view links between two network regions as part of call admission control (CAC). Regions within a network are linked through physical wide area network (WAN) connectivity. You can use the Lync Server Control Panel to view an existing link between two network regions. For details about creating or modifying network region link, see Configuring network region links in Lync Server 2013.
To view a network region link in Lync Server Control Panel
From a user account that is a member of the RTCUniversalServerAdmins group (or has equivalent user rights), or is assigned to the CsAdministrator role, log on to any computer in your internal deployment.
Open a browser window, and then enter the Admin URL to open the Lync Server Control Panel. For details about the different methods you can use to start Lync Server Control Panel, see Open Lync Server 2013 administrative tools.
In the left navigation bar, click Network Configuration and then click Region Link.
On the Region Link page, click the region link that you want to view.
Note
You can only view information about one region link at a time.
From the Edit menu, select Show details.
Viewing Network Region Link Information by Using Windows PowerShell Cmdlets
You can view network region links by using Windows PowerShell and the Get-CsNetworkRegionLink cmdlet. You can run this cmdlet from the Lync Server 2013 Management Shell or from a remote session of Windows PowerShell. For details about using remote Windows PowerShell to connect to Lync Server, see the Lync Server Windows PowerShell blog article "Quick Start: Managing Microsoft Lync Server 2010 Using Remote PowerShell" at https://go.microsoft.com/fwlink/p/?linkId=255876.
To view network region link information
To view information about all your network region links, type the following command in the Lync Server Management Shell and then press ENTER:
Get-CsNetworkRegionLink
This command returns information similar to the following:
Identity : NorthwestToCalifornia BWPolicyProfileID : NetworkRegionLinkID : NorthwestToCalifornia NetworkRegionID1 : Pacific Northwest NetworkRegionID2 : California
For details, see Get-CsNetworkRegionLink.