Viewing the statistics of the Anti-Virus and Attachment and Content Filtering modules

Users who have been assigned one of the following roles can view the statistics of the Anti-Virus and Attachment and Content Filtering modules in Windows PowerShell:

To view the statistics of the Anti-Virus and Attachment and Content Filtering modules:

  1. Run Windows PowerShell (Run as Administrator) and connect the Kse.Powershell library.
  2. Run command:

    Get-KSEAVServerStatistics -ServerFqdn <server name> -From <interval start> -To <interval end> -AntivirusRole <role>

    where:

    • <server name> is the name of the protected Microsoft Exchange server. We recommend that you specify the full address of the server in FQDN format or the IP address.
    • <interval start> is the starting date of the interval for which you need to view the statistics.
    • <interval end> is the ending date of the interval for which you need to view the statistics.
    • <role> is the role in which the application has been deployed. Available values:
      • Mailbox — Anti-Virus for the Mailbox role
      • Transport — Anti-Virus for the Hub Transport role.

Windows PowerShell displays the following information details:

If the Kaspersky Security for Microsoft Exchange Servers (KSCM8) service is not yet running, the Get-KSEAVServerStatistics command returns System.ServiceModel.EndpointNotFoundException.

Page top