Skip to content

Commit

Permalink
Merge pull request #272 from cammurray/fixapthresh
Browse files Browse the repository at this point in the history
fix wording #252
  • Loading branch information
cammurray authored Nov 15, 2023
2 parents 92136c7 + e204384 commit c43546e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Checks/check-ORCA220.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ class ORCA220 : ORCACheck
$this.Area="Microsoft Defender for Office 365 Policies"
$this.Name="Advanced Phishing Threshold Level"
$this.PassText="Advanced Phish filter Threshold level is adequate."
$this.FailRecommendation="Set Advanced Phish filter Threshold to 2 or 3"
$this.Importance="The higher the Advanced Phishing Threshold Level, the stricter the mechanisms are that detect phishing attempts against your users, however, too high may be considered too strict."
$this.FailRecommendation="Set Advanced Phish filter Threshold to 3 or 4"
$this.Importance="The higher the Advanced Phishing Threshold Level, the stricter the mechanisms are that detect phishing attempts against your users."
$this.ExpandResults=$True
$this.ItemName="Antiphishing Policy"
$this.DataType="Advanced Phishing Threshold Level"
Expand Down

0 comments on commit c43546e

Please sign in to comment.