Kaspersky Security 9.x for Microsoft Exchange Servers

Viewing the Anti-Spam address allowlist

April 2, 2024

ID 128870

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

To view the Anti-Spam address allowlist:

  1. Run Windows PowerShell (Run as Administrator) and connect the Kse.Powershell library.
  2. Run one of the following commands:
    • Get-KSEAntiSpamWhiteList -Server <server name>
    • Get-KSEAntiSpamWhiteList -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 allowlist records containing the following details:

  • AuditDataUserLogin — Service information of Kaspersky Security
  • Comment — Comment on the record (if any)
  • Id — Unique record ID (GUID)
  • IsMassMailExclusionOnly — Record scope (True — Bulk email can be let in under this record; False — Both spam and bulk email can be let in under this record)
  • IsSender — Address destination in the record (True — Sender address; False — Recipient address)
  • ItemType — Address entry type (EmailAddress — Email address; IpAddress — IP address; AdUser — Active Directory user; AdGroup — Active Directory user group)
  • ItemValue — Email address, email address mask, IP address, or GUID of the user account or Active Directory group
  • 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 allowlist records on server.domain.com:

    Get-KSEAntiSpamWhiteList -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.