Unified group email

Roger Roger 7,181 Reputation points
2020-09-24T14:14:51.457+00:00

Hi All
i want to create a dynamic office365 unified group, After creation 1000 plus users will be propagated dynamically. i dont want email to go to the users when they are added to group. When a user is added to unified group, users will get an email you have been invited, i dont want this email to go to users. how can i achive this

Exchange Online
Exchange Online
A Microsoft email and calendaring hosted service.
6,190 questions
Microsoft 365 and Office | Office Online Server
Microsoft 365 and Office | SharePoint | For business | Windows
Microsoft 365 and Office | SharePoint Server | Development
0 comments No comments
{count} votes

Accepted answer
  1. Yuki Sun-MSFT 41,376 Reputation points Moderator
    2020-09-25T02:07:48.663+00:00

    @Roger Roger , As suggested by michev, you can use the Set-UnifiedGroup cmdlet with the -UnifiedGroupWelcomeMessageEnabled parameter to disable sending the auto generated welcome messages to users when they are added to the Microsoft 365 Group:

    28168-1.png

    Here is a similar thread for your reference: How to remove the Welcome Message when a new member joins a group.

    Please have a go using the suggestion provided by @Vasil Michev and check the result. If it works, you can accept his reply as answer so that it will make answer searching in the forum easier and be beneficial to other community members as well :)


    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.

    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Vasil Michev 119.8K Reputation points MVP Volunteer Moderator
    2020-09-24T14:24:02.31+00:00

    Just turn it off:

    Set-UnifiedGroup blabla -UnifiedGroupWelcomeMessageEnabled:$false
    
    2 people found this answer helpful.
    0 comments No comments

  2. Tina Yi 86 Reputation points
    2021-02-01T08:57:57.273+00:00

    Hi

    Please connect to the O365 Exchange Server Online and then run the below command.
    Set-UnifiedGroup "MyGropuName" -UnifiedGroupWelcomeMessageEnabled:$false

    0 comments No comments

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.