Apr 30 2018
04:37 AM
- last edited on
Jan 14 2022
05:25 PM
by
TechCommunityAP
Apr 30 2018
04:37 AM
- last edited on
Jan 14 2022
05:25 PM
by
TechCommunityAP
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?
Apr 30 2018 09:56 AM
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
AcceptMessagesOnlyFromSendersOrMembers
RejectMessagesFrom
RejectMessagesFromDLMembers
RejectMessagesFromSendersOrMembers
RequireSenderAuthenticationEnabled
And you can also use Transport rules.
Jan 25 2019 03:29 PM
Thanks for this info Vasil. For a non-techie, can you explain how we would set these send permissions?
Thank you!
Jan 25 2019 03:33 PM
Connect to Exchange Online powershell:
Then see the following link:
/ Adam
Jan 25 2019 03:34 PM
Thanks Adam! I'll connect with my IT dept for support 🙂