问题
I'm creating a new Team and I have to add new user to this Team but I don't want that the users receive the welcome email.
I had tried to disable this function with a rule filter in Exchange and with this command in PowerShell
Set-UnifiedGroup $groupName -UnifiedGroupWelcomeMessageEnabled:$false
PS C:\WINDOWS\system32> Get-unifiedGroup | Select-object -Property DisplayName, WelcomeMessageEnabled
DisplayName WelcomeMessageEnabled
----------- ---------------------
MyTeam False
But nothing of this works fine and the new users are receiving this emails.
How can I do it?
Regards
来源:https://stackoverflow.com/questions/61319279/teams-can-you-add-members-to-a-team-and-not-generate-the-welcome-to-intro-to