You can remove them from the "subscribers" list:
Remove-UnifiedGroupLinks groupname -LinkType sub -Links "guest_domain.com#EXT#"
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
We have a 'sales' group that is primarily used for document storage and incoming emails from marketing campaigns and the like. We have guests on the group that are third party consultants and not on our domain.
We had to make some exchange rules, that work ok for now, to prevent the sales incoming email from being distributed to the guests.
But we consider this a potential data privacy concern if incoming emails are, by default, automatically sent to all group members, especially guests.
Perhaps this should be a setting somewhere?
You can remove them from the "subscribers" list:
Remove-UnifiedGroupLinks groupname -LinkType sub -Links "guest_domain.com#EXT#"
Hi,
You can prevent external emails sent to a group:
Set-UnifiedGroup -Identity "Internal senders only" -RequireSenderAuthenticationEnabled $true
But if you want external messages being delivered to the group but not delivered to your guests, I'm afraid the best method is using transport rule (you may not want removing the guests from the group because all messages won't deliver to them after that)
If an Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.