Modifying Lync Server 2013 or Skype for Business 2015 Monitoring Reports URLs on the Control Panel
After moving the Skype for Business Monitoring Reports to a new SQL Server Reporting Services (SSRS) instance on another server, everything was working, but I was still seeing the old server and the new links to the Reporting Service on the Control Panel under ”View Monitoring reports”.
So I add to remove the old Monitoring report server and edit the new one with the correct link page.
To do that I add made the following step:
-
To check the configuration:
Get-CsReportingConfiguration
(For Lync Server 2010 ”Get-CsService -MonitoringServer | Select-Object Identity”)
-
Identify the old monitoring server and run:
Remove-CsReportingConfiguration –identify ”Service:….”
-
Check that the old server is now removed:
Get-CsReportingConfiguration
-
Edit the new server with the desired configurations:
Set-CsMonitoringServer -Identity ” Service:….”” -ReportingUrl ”https://server.[domain]/ReportServer/Pages/ReportViewer.aspx?/LyncServerReports/Reports%20Home%20Page”
Now you can see that I only have one link under the ”View Monitoring reports” and it works with the correct link.
Hope this helps you, and if you need some help, just contact us.