02 December 2013

Change and publish ReportingURL for Lync 2010

Tried using the Lync reporting feature the other day, and found there was no URL published.



First check what the current URL is:

Get-CsService -MonitoringServer

Identity             : MonitoringServer:sr-XXXXX.domain.lan
MonitoringDatabase   : MonitoringDatabase:cl-XXXX-cg1
ReportingUrl         :
DependentServiceList : {Registrar:lyncedc.domain.lan}
ServiceId            : 2-MonitoringServer-1
SiteId               : Site:FirstSite
PoolFqdn             : sr-XXXXX.domain.lan
Version              : 5
Role                 : MonitoringServer


Set new Url and publish:

Set-CsMonitoringServer -Identity "MonitoringServer:sr-XXXXX.domain.lan" -ReportingUrl http://sr-XXXXX/Reports_APPROD/Pages/Folder.aspx

Review your change:

Get-CsService -MonitoringServer

Identity             : MonitoringServer:sr-XXXXX.domain.lan
MonitoringDatabase   : MonitoringDatabase:cl-XXXXX-cg1
ReportingUrl         : http://sr-XXXXX/Reports_APPROD/Pages/Folder.aspx
DependentServiceList : {Registrar:lyncedc.domain.lan}
ServiceId            : 2-MonitoringServer-1
SiteId               : Site:FirstSite
PoolFqdn             : sr-XXXXX.domain.lan
Version              : 5
Role                 : MonitoringServer


And now the URL is published:

No comments:

Post a Comment