How to find number of concurrent connections for Web Conferencing and Application sharing

Hello ,

My organization is using Lync 2010 server environment . Would you please help me to know

 How to find number of concurrent connections for Web Conferencing and Application sharing count in Lync 2010 servers ?

It will we great help for me.

Thank you.

June 29th, 2015 1:52pm

Get-CsWindosService ?

Drago

Free Windows Admin Tool Kit Click here and download it now
June 29th, 2015 1:59pm

Ooooooo interesting, Drago! 

So, using Get-CsWindowsService with the appropriate services, you should be able to see the connected users and active conferences.

The trick is you'd need to run this for each individual computer in your pool, if you have a three server front end pool, you might want to script it to tally it up for you, if you have one server then you just run the commands as is:

#Get total number of active Web Conferences
Get-CsWindowsService -Name RTCDATAMCU -ComputerName YOURFRONTENDSERVER

#Get total number of active screen sharing conferences 
# watch for (connected users)
Get-CsWindowsService -Name RTCASMCU -ComputerName YOURFRONTENDSERVER

#Get total number of Audio\Video conferences
# watch for (connected users)
Get-CsWindowsService -Name RTCAVMCU -ComputerName YOURFRONTENDSERVER

June 29th, 2015 3:03pm

Yup, with one caveat. If a conference has ended (that is, we said "Bye, talk to you next week" but not all participants have closed the conference window, such connections will be counted as "Active" although the user already drives home.

Best practice (from UA stand point) is to always educate the users to "End conference" when the conference really ended. This way no "fake" connections will be shown. How many times you steered at the monitor waiting to the sucker to drain to install updates? You know what I mean... :-)

Drago

Free Windows Admin Tool Kit Click here and download it now
June 29th, 2015 3:23pm

Thanks for help !!
June 29th, 2015 4:29pm

Hi,

Could you please help me to get the command or script to find the number of concurrent connections for web conferencing and application sharing day wise for the complete month.

It would be a great help...!!!!!!!

Sarika

Free Windows Admin Tool Kit Click here and download it now
July 1st, 2015 6:23am

This can be done with custom queries against the Monitoring database. I doubt you will find anything published on Internet.

Drago

July 1st, 2015 8:17am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics