Kaspersky Security 9.x for Microsoft Exchange Servers

Viewing the Anti-Spam address denylist

April 2, 2024

ID 128871

Users who have been assigned the Administrator role can view Anti-Spam address denylists in Windows PowerShell.

To view the Anti-Spam address denylist:

  1. Run Windows PowerShell (Run as Administrator) and connect the Kse.Powershell library.
  2. Run one of the following commands:
    • Get-KSEAntiSpamBlackList -Server <server name>
    • Get-KSEAntiSpamBlackList -Profile <profile name>

    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.
    • <profile name> is the name of an existing profile (if any).

Windows PowerShell will display address denylist records containing the following details:

  • AuditDataUserLogin — Service information of Kaspersky Security
  • Comment — Comment on the record (if any)
  • Id — Unique record ID (GUID)
  • ItemType — Address entry type (EmailAddress — Email address; IpAddress — IP address)
  • ItemValue — Email address or IP address
  • ModificationDateTimeUtc — Date and time the record was last changed (UTC)
  • ModifiedByUser — Account of the user who made the last change to the record

    Example of a command that displays address denylist records on server.domain.com:

    Get-KSEAntiSpamBlackList -Server server.domain.com

Did you find this article helpful?
What can we do better?
Thank you for your feedback! You're helping us improve.
Thank you for your feedback! You're helping us improve.