Forum Discussion
Turn on logs in Skype for Business Federation
We have are running SFB 2015 on-perm and enabled Federation only with two external compaies. I want to be able to monitor who are utilizing the Federation connectoin to these comapies. I did try to check event logs for application\Lync and Windows Logs but I didnt see any logs showing who and when are utilizing the Federation connection (on Edge and Front End) is there are way for me to monitor who is utilizing Federation? speaical Voice calls and conference with Audio.
7 Replies
Yeah, you'll want to set up monitoring for this: https://technet.microsoft.com/en-us/library/jj204937.aspx you'll want a SQL instance for this as well with SSRS (can't use SQL Express). With that you can search through the reports or write your own SQL queries to get the info.
- Ramy AMERCopper Contributor
Hi Anthony,
I do have moniotor in place and I can see conference activity report and conference activity by authentication type but it only give me number of federated calls\Conf. I need to be able to see the user ID that participate in these calls or atleast the conference ID to check who are the participated users.
Right, you'd have to dig down deeper into individual calls, or more likely if you had a specific report in mind you'd want to run your own SQL Query against the sessiondetails table joined with the Users table.