noSpamProxy / Reports

PowerShell Scripts for Reporting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reports

This repository contains PowerShell Scripts to create advanced reports about your NoSpamProxy installation.

Get-RejectionReport

This report displays information about all rejected e-mails and which filters and actions were involved. Use this version for NoSpamProxy 12.x and higher.

Currently, there are three versions of this script:

Send-ReporttoUserswithAllBlockedEmails

Sends a report to every E-Mail address that contains all permanently blocked E-Mails in a specific period of time.

Currently, there are two version of this script:

Send-ReporttoUserswithBlockedEmailsWithAttachment

Sends a report to every E-Mail address that contains all permanently blocked E-Mails in a specific period of time that have been blocked because of an attachment.

Rewritten version of "Send-ReporttoUserswithAllBlockedEmails" with enhanced features.

This script can be used to generate a report about E-Mails which where permanently blocked.
It is possible to filter the results for a specific time duration and sends the report only to specific or all affected users.
This script only uses the NoSpamProxy Powershell Cmdlets to generate the report file.

This report displays information about DMARC Check results for all successful inbound emails.

Currently, there are two versions of this script:

This script generates a report over the count of encrypted and non encrypted mails.

This report displays all expired certificates from e-mail servers that NoSpamProxy has sent outbound e-mails to.

This report displays a list of certificates in the certificate quarantine.

This report exports the message track as CSV file.

This report generates a HTML which contains an overview of your email communication using TLS.
Requires NSP version 13.0.19147.917 or later.

This report generates a HTML which contains an overview of your email communication showing all permanently blocked emails.

This report generates a HTML which contains an overview of your email communication showing which emails where encrypted.

About

PowerShell Scripts for Reporting

License:Apache License 2.0


Languages

Language:PowerShell 96.2%Language:TSQL 3.2%Language:HTML 0.6%