Forum Discussion
Pablo_Viebrantz
Sep 15, 2023Copper Contributor
365 Group doesn't allow to add shared mailbox on the allowed senders
Hello guys,
Im trying to add a shared mailbox to be allowed to send e-mails to a 365 group, but it does not even show on the list. This group has the option to only allow senders that i have set.
My questions is, can i set shared mailboxes to do this?
- Sure, but you have to use PowerShell:
Set-UnifiedGroup groupname -AcceptMessagesOnlyFromSendersOrMembers @{add="email address removed for privacy reasons"}
2 Replies
Sort By
- Sure, but you have to use PowerShell:
Set-UnifiedGroup groupname -AcceptMessagesOnlyFromSendersOrMembers @{add="email address removed for privacy reasons"}- Pablo_ViebrantzCopper Contributorit worked, thank you very much