Is it possible to prevent external emails being delivered to a group's guests?

Martyn Reid 1 Reputation point
2021-06-10T07:35:14.887+00:00

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?

Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,579 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Vasil Michev 103.4K Reputation points MVP
    2021-06-10T07:58:39.08+00:00

    You can remove them from the "subscribers" list:

    Remove-UnifiedGroupLinks groupname -LinkType sub -Links "guest_domain.com#EXT#"
    
    0 comments No comments

  2. Eric Yin-MSFT 4,386 Reputation points
    2021-06-11T07:44:15.44+00:00

    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.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.