You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update ORCA121 to inspect hosted content filter policies instead of quarantine policies and flag SpamAction or PhishSpamAction values that Zero Hour Autopurge cannot remediate. This adds clearer pass/fail output with per-setting details and documents the test intent.
Add-CippTestResult-TenantFilter $Tenant-TestId 'ORCA121'-TestType 'Identity'-Status 'Skipped'-ResultMarkdown 'No data found in database. This may be due to missing required licenses or data collection not yet completed.'-Risk 'Low'-Name 'Supported filter policy action used'-UserImpact 'Medium'-ImplementationEffort 'Low'-Category 'Quarantine'
13
22
return
14
23
}
15
24
16
-
$Status='Passed'
17
-
$Result= [System.Text.StringBuilder]::new("Quarantine policies are configured to support Zero Hour Auto Purge.`n`n")
$Result= [System.Text.StringBuilder]::new("✅ **Pass**: All $PolicyCount anti-spam policy/policies use a filter action that Zero Hour Auto Purge supports.`n`n")
$Result= [System.Text.StringBuilder]::new("❌ **Fail**: $($Failures.Count) setting(s) across $PolicyCount anti-spam policy/policies use an action that Zero Hour Auto Purge cannot act on:`n`n")
55
+
$null=$Result.Append("| Policy | Setting | Current Action | Supported |`n")
0 commit comments