Last active
October 6, 2016 08:19
-
-
Save chrisbrownie/83291881584c3d863a0a8c9c79d28a67 to your computer and use it in GitHub Desktop.
Encrypt Messages with OME based on Message Sensitivity
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 marked as Private or Confidential" ` | |
-RuleErrorAction Defer ` | |
-HeaderMatchesMessageHeader "Sensitivity"` | |
-HeaderMatchesPatterns "Private","Company-Confidential" ` | |
-SetAuditSeverity Low ` | |
-ApplyOME $true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment