From bbfa83ae365437cc234e609862e631ad27787b7c Mon Sep 17 00:00:00 2001 From: Ignacio Serrano <103440830+iserrano76@users.noreply.github.com> Date: Mon, 26 Aug 2024 08:31:54 +0200 Subject: [PATCH] Remove double colons Fix typo --- M365/MDO/MDOThreatPolicyChecker.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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