Teams: Can You Add Members To A Team And Not Generate The 'Welcome To / Intro To Teams' Email?

别说谁变了你拦得住时间么 提交于 2020-04-30 07:03:20

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!