PowerShell - Office 365 Distribution Group - Enable "Send Copies of Events and Group Conversations to Group members"

Sergio Siqueira 41 Reputation points
2021-01-18T23:47:20.557+00:00

Hi Guys,

How do I enable the "Send Copies of Events and Group Conversations to Group members" option with powershell

I already searched the internet, and what I managed to find was this command, but it didn't work:

Get-UnifiedGroup GroupName | Set-UnifiedGroup -SubscriptionEnabled  

57971-capture.png

Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,386 questions
0 comments No comments
{count} votes

Accepted answer
  1. KyleXu-MSFT 26,246 Reputation points
    2021-01-19T06:46:46.32+00:00

    @Sergio Siqueira

    This attributes is controlled by "-AutoSubscribeNewMembers":

    Set-UnifiedGroup GroupName -AutoSubscribeNewMembers  
    

    For more detailed information, you can have a look about this article: Set-UnifiedGroup


    If the response 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.

    0 comments No comments

4 additional answers

Sort by: Most helpful
  1. Brian C 6 Reputation points
    2022-11-28T16:35:10.96+00:00

    The default option when creating new m365 groups is not to send copies to members inbox.

    1 person found this answer helpful.

  2. Sergio Siqueira 41 Reputation points
    2021-01-19T14:09:53.077+00:00

    @KyleXu-MSFT

    But when I use the "-AutoSubscribeNewMembers" parameter, enable the "Subscribe New Members" option

    58088-image.png

    What I need is to enable the option "Send Copies of Events and Group Conversations to Group members"

    58222-image.png

    thanks in advance

    0 comments No comments

  3. Sergio Siqueira 41 Reputation points
    2021-01-19T16:39:45.17+00:00

    @KyleXu-MSFT

    the "-AutoSubscribeNewMembers" parameter it worked

    Thank you

    0 comments No comments

  4. AlexS 1 Reputation point
    2022-10-04T13:50:09.65+00:00

    Is it also possible not to send copies to members' inboxes by default for all new groups? What would the command be for this?

    0 comments No comments