Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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 'security@contoso.com' `
-SetAuditSeverity Low `
-ApplyOME $true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment