Forum Discussion
vcima
Apr 20, 2020Brass Contributor
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 Exch...
Jan Enter
Dec 21, 2020Copper Contributor
vcima
I have found that, if you use PowerShell to add members to the Office 365 Group connected to the Team, it will not send an email...
Get-UnifiedGroup -Identity "<Group Name>" | Add-UnifiedGroupLinks -LinkType Members -Links <emailofmember>
srfndoc
Aug 31, 2022Brass Contributor
Just to confirm, this works great as no Teams notification is sent. Definitely agree that MS needs to make a change so these types of notifications can easily be disabled or customized.
Thanks for the tip!
Thanks for the tip!