diff --git a/Mail Protection Report/MailProtectionReport.ps1 b/Mail Protection Report/MailProtectionReport.ps1 index 4f6df55..0465f33 100644 --- a/Mail Protection Report/MailProtectionReport.ps1 +++ b/Mail Protection Report/MailProtectionReport.ps1 @@ -1,4 +1,13 @@ - +<# +============================================================================================= +Name: Office 365 Spam and Malware report +Description: This script exports Exchange Online spam and malware emails to CSV +Version: 1.0 +Website: o365reports.com +Script by: O365Reports Team +For detailed script execution: https://o365reports.com/2021/05/18/export-office-365-spam-and-malware-report-using-powershell/ +============================================================================================ +#> param( [string] $UserName = $null, [string] $Password = $null,