Skip to content

Commit

Permalink
Merge pull request #4236 from NikCharlebois/Integration
Browse files Browse the repository at this point in the history
Fixes
  • Loading branch information
NikCharlebois authored Jan 23, 2024
2 parents 59b160b + 3fee354 commit be42f3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Configuration Example
AntiPhishPolicy = "Our Rule"
RecipientDomainIs = $null
Enabled = $True
SentToMemberOf = @("executives@c$Domain")
SentToMemberOf = @("executives@$Domain")
Priority = 1
Ensure = "Present"
Credential = $Credscredential
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Configuration Example
AntiPhishPolicy = "Our Rule"
RecipientDomainIs = $null
Enabled = $True
SentToMemberOf = @("executives@c$Domain")
SentToMemberOf = @("executives@$Domain")
Priority = 2 # Updated Property
Ensure = "Present"
Credential = $Credscredential
Expand Down

0 comments on commit be42f3a

Please sign in to comment.