Default Setting for Team Email Notifications in Microsoft Teams

Aran Billen 826 Reputation points
2024-10-02T10:00:15.27+00:00

Hi,

When creating a new team in Microsoft Teams, there is an option to "send copies of team emails and events to team members' inboxes." By default, this setting is always turned off.

Is there a way to set this option to be enabled by default, so I don’t have to manually turn it on every time I create a new team? Also is there a way to tick this box for all existing teams?

Thanks in advance

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
5,086 questions
Microsoft Exchange Online
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,283 questions
{count} votes

Accepted answer
  1. Vasil Michev 107.7K Reputation points MVP
    2024-10-02T16:13:30.8733333+00:00

    Unfortunately there isn't such option. If you are provisioning Groups/Teams via PowerShell or the Graph API, just add the relevant parameter therein (for example New-UnifiedGroup -AutoSubscribeNewMembers). Otherwise, you need to switch it post-creation.

    Also, keep in mind that toggling this setting only applies to newly added members to the Group/Team. Existing members will still not be "subscribed", so if you want to remedy that you need to add them to the subscribers list via Add-UnifiedGroupLinks.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.