Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save chrisbrownie/71810b880d202c52b14efbc21fb2c8e0 to your computer and use it in GitHub Desktop.
Save chrisbrownie/71810b880d202c52b14efbc21fb2c8e0 to your computer and use it in GitHub Desktop.
Encrypt Messages with OME based on Sender Group Membership
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