Created
October 6, 2016 08:17
-
-
Save chrisbrownie/71810b880d202c52b14efbc21fb2c8e0 to your computer and use it in GitHub Desktop.
Encrypt Messages with OME based on Sender Group Membership
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 from the Security team" ` | |
-RuleErrorAction Defer ` | |
-FromMemberOf '[email protected]' ` | |
-SetAuditSeverity Low ` | |
-ApplyOME $true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment