diff --git a/M365/MDO/MDOThreatPolicyChecker.ps1 b/M365/MDO/MDOThreatPolicyChecker.ps1 index 998614e79..7bb88da96 100644 --- a/M365/MDO/MDOThreatPolicyChecker.ps1 +++ b/M365/MDO/MDOThreatPolicyChecker.ps1 @@ -786,7 +786,7 @@ process { $spamMatchedRule = Test-Rules -Rules $hostedContentFilterRules -Email $stEmailAddress } if ($null -eq $spamMatchedRule) { - Write-Host "`nAnti-spam::`n`tDefault policy" -ForegroundColor Yellow + Write-Host "`nAnti-spam:`n`tDefault policy" -ForegroundColor Yellow $hostedContentFilterPolicy = Get-HostedContentFilterPolicy "Default" } else { $hostedContentFilterPolicy = Get-HostedContentFilterPolicy $spamMatchedRule.Name