Forum Discussion
Can we restrict sending mail to O365 group mailbox to only group owners?
If that's what you want, Groups are not the feature you should be using. Sure, you can restrict sending via PowerShell and the corresponding parameters:
AcceptMessagesOnlyFrom
AcceptMessagesOnlyFromDLMembers
AcceptMessagesOnlyFromSendersOrMembers
RejectMessagesFrom
RejectMessagesFromDLMembers
RejectMessagesFromSendersOrMembers
RequireSenderAuthenticationEnabled
However, even if you apply this to members, they can still create items via OWA or Outlook, and perform any other operations.
VasilMichev : Thanks for the reply. We have O365 groups where in some of the groups more than 100 members are there, hence we want to restrict it to only owners to send message to group mailbox. Also this groups are getting used in other communication sites and team sites as well for security and permission.
I will check the power shell command provided by you and let you know if any doubt.