Teams: Can You Add Members To A Team And Not Generate The 'Welcome To / Intro To Teams' Email?
问题 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