Forum Discussion
Anonymous
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...
BrentPirolli
May 05, 2021Copper Contributor
And for those wondering how you can check the status of your group to make sure it worked...
Get-UnifiedGroup | Where-Object{$_.WelcomeMessageEnabled -eq $false}
...will return a list of groups with that flag set to false.