Unified group email

Roger Roger 6,471 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

Microsoft Office Online Server
Microsoft Office Online Server
Microsoft on-premises server product that runs Office Online. Previously known as Office Web Apps Server.
659 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,972 questions
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,635 questions
SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,626 questions
0 comments No comments
{count} votes

Accepted answer
  1. Yuki Sun-MSFT 41,171 Reputation points Microsoft Vendor
    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 110.3K Reputation points MVP
    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 MVP
    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.