Created
October 6, 2016 08:19
-
-
Save chrisbrownie/d94e70af9cf98cc929c805f950f571d2 to your computer and use it in GitHub Desktop.
Encrypt Messages with OME based on Recipient Domain
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
New-TransportRule -Name "Encrypt mail to Woodgrove Bank" ` | |
-RuleErrorAction Defer ` | |
-RecipientAddressMatchesPatterns '^[A-Z0-9._%+-][email protected]$' | |
-SetAuditSeverity Low ` | |
-ApplyOME $true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment