Forum Discussion
Deleted
May 25, 2017Disable email being sent to newly added users
Hi, We have had a request come in that an owner wants to add around 100 users to a O365 group but they do not want the users receiving an email to advise they have been added to the group. The ow...
Deleted
May 25, 2017Hi Bruce,
This does not stop the welcome message being sent out however I came across the powershell command to disable this. By default for us the group is created with WelcomeMessage set as True, to disable (set to false) this you need to run the following command:
Set-UnifiedGroup -Identity "Name of your group" -UnifiedGroupWelcomeMessageEnabled:$false
This stops the welcome message from being sent.
Regards,
Shaun
Bruce Weatherford
May 25, 2017Brass Contributor
Awesome. Thanks for sharing.