Skip to content

Commit

Permalink
Updated Anti-Phishing Policy Standards for more granular configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
cipptesting committed Jun 24, 2024
1 parent 7fa9d5c commit de594e0
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,14 @@ function Invoke-CIPPStandardAntiPhishPolicy {
EnableUnusualCharactersSafetyTips = $Settings.EnableUnusualCharactersSafetyTips
EnableUnauthenticatedSender = $true
EnableViaTag = $true
AuthenticationFailAction = $Settings.AuthenticationFailAction
SpoofQuarantineTag = $Settings.SpoofQuarantineTag
MailboxIntelligenceProtectionAction = $Settings.MailboxIntelligenceProtectionAction
MailboxIntelligenceQuarantineTag = $Settings.MailboxIntelligenceQuarantineTag
TargetedUserProtectionAction = $Settings.TargetedUserProtectionAction
TargetedUserQuarantineTag = $Settings.TargetedUserQuarantineTag
TargetedDomainProtectionAction = $Settings.TargetedDomainProtectionAction
TargetedDomainQuarantineTag = $Settings.TargetedDomainQuarantineTag
EnableOrganizationDomainsProtection = $true
}

Expand Down

0 comments on commit de594e0

Please sign in to comment.