Forum Discussion
MisterD3k
May 18, 2021Copper Contributor
Microsoft 365 Groups - Delivery Management
Hello! ^_^
In brief, I attempted to configure delivery management for a Microsoft 365 group and restrict to specific senders. One of the senders is an identity associated with a shared mailbox. From the Exchange admin center, the search results was unable to locate the identity associated with the shared mailbox.
Does Microsoft not support sender restrictions to shared mailboxes, for Microsoft 365 groups? Or am I missing something here? 😞
- Use PowerShell. But keep in mind that shared mailboxes cannot be logged into directly, so any mail sent from them will be using either Send As or Send on behalf of permissions.
- Use PowerShell. But keep in mind that shared mailboxes cannot be logged into directly, so any mail sent from them will be using either Send As or Send on behalf of permissions.
- MisterD3kCopper Contributor
Thanks for the response! In brief, I ran Set-UnifiedGroup -Identity xxx -AcceptMessagesFromOnlyFromSendersOrMembers <shared_mailbox_upn@xxx.com> and that worked! I wished the GUI would work, though. 😞
Thanks again! ^_^