Automatic Refresh in ENow One-View Dashboard

The standard configuration of the ENow Management System (EMS) provides automatic Refresh for the One-View Dashboard Homepage only.

If an automatic refresh is required for any other page of the EMS Dashboard, i.e. Exchange 2013 Namespace, you need to modify the associated ASPX file.

Example

Modification of ExchangeWorkloadTest.aspx

Original ASPX file:

															<%
  skin.WriteCommonHtmlHeadEntries(Response);
%>	

Modified ASPX file:

															<%
  skin.WriteCommonHtmlHeadEntries(Response);
  skin.WriteAutoRefreshHeader(Response);		
%>	

Be aware that changes made to the APSX files will be overwritten by a software update. Any changes made need to be applied after updating the ENow Management System.

Mailscape is a component of the ENow Management System to monitor your Exchange Server Infrastructure. To learn more about Mailscape visit https://www.granikos.eu/en/Products/ENowManagementSuite

%d Bloggern gefällt das: