Forum Discussion
How to restrict who can send email to cloud O356 group?
Where one could set or control permission to use/send email to cloud O365 group (we want to restrict who can send), We’re able to do the same on the email enabled on-premise SGs and distribution groups?
5 Replies
You can use the exact same parameters as with "traditional" groups, only difference is you have to use the Set-UnifiedGroup cmdlets. The parameters are:
AcceptMessagesOnlyFrom
AcceptMessagesOnlyFromDLMembers
AcceptMessagesOnlyFromSendersOrMembersRejectMessagesFrom
RejectMessagesFromDLMembers
RejectMessagesFromSendersOrMembersRequireSenderAuthenticationEnabled
And you can also use Transport rules.
- Janine CivitateIron Contributor
Thanks for this info Vasil. For a non-techie, can you explain how we would set these send permissions?
Thank you!
Connect to Exchange Online powershell:
Then see the following link:
/ Adam