Forum Discussion
Turn on logs in Skype for Business Federation
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.
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.
- Aug 24, 2017
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.
- Ramy AMERAug 25, 2017Copper Contributor
Thanks, Anthony,
I still don't find the answer to my question but thank you anyway I will keep searching and once I figure it out I will share my results. BTW session table and Users table doesn't have anything related to federation. so far only activity by authentication type the only one that shows if Federation has been utilized.
Again thank you, Anthony.
- Aug 25, 2017
You're welcome. The users table should include addresses outside of your domain as well, you can filter out your domain, and get a list if I recall. Join that to the table however you'd like.