In our project for a high-availability Lync Server 2013 deployment, there are some users who ask, such as: Can I see which client connections are in which Lync Server 2013 frontend, whether the front end is high-availability, the version information of the client connection, and so on ...
For the above customer requirements we can be implemented by the following methods:
Preparatory work:
1. Download the script file: Get-csconnections.ps1
2. Open the port between Lync Server 2013 front-end to SQL: 1434
Operation Process:
1. Copy the script files to the directory specified by the Lync Server 2013 front-end server, such as: D:\GET-CSCONNECTIONS.PS1
2. Open the Lync Server Management Shell and navigate to the directory where the script resides
3. Run the following command:. \get-csconnections.ps1–pool lyncpool.contoso.com, we will see the following information:
650) this.width=650; "height=" 517 "title=" image "style=" Border:0px;padding-top:0px;padding-right:0px;padding-left : 0px;background-image:none; "alt=" image "src=" http://s3.51cto.com/wyfs02/M00/81/F6/ Wkiom1dgyiutlj1kaaf6v5ovsio299.png "border=" 0 "/>
information includes information about the Lync Server 2013 front-end servers that are included in the pool, the number of clients connected to each Lync Server 2013 frontend, the version information and the number of Lync client, and so on
4. To view more detailed information such as: User name, login address, Lync client version, and connected server, we can export the information to view with the following command
. \get-csconnections.ps1-pool Lyncpool.contoso.com-filepath C:\lynclogon.csv
Lync Server 2013 High-availability environment Quickly view client version information and connection status