Skip to content

Latest commit

 

History

History
97 lines (63 loc) · 4.13 KB

enable-or-disable-sending-emails-when-their-settings-change-in-teams.md

File metadata and controls

97 lines (63 loc) · 4.13 KB
title ms.author author manager ms.reviewer ms.date ms.topic ms.assetid ms.tgt.pltfrm ms.service ms.subservice search.appverid ms.collection audience appliesto ms.localizationpriority f1.keywords ms.custom description
Email options when Audio Conferencing settings change
jenz
jenzamora
pamgreen
oscarr
02/21/2024
article
26ea19d3-e420-4fc1-baa3-2692d17e5e1d
cloud
msteams
teams-audio-conferencing
MET150
M365-collaboration
Admin
Microsoft Teams
medium
CSH
Audio Conferencing
seo-marvel-mar2020
Learn how to enable or disable Microsoft Teams from sending emails to users when settings such as pin changes or the default conferencing number changes in Teams.

Enable or disable sending emails when Audio Conferencing settings change in Microsoft Teams

An email is sent to users when they're enabled for Audio Conferencing. There might be times when you want to reduce the number of emails that are sent to Microsoft Teams users. In these cases, you can disable sending emails.

If you disable sending emails, Audio Conferencing emails aren't sent to your users. Emails for when users are enabled or disabled for audio conferencing, when their PIN is reset, and when the conference ID and the default conferencing phone number changes aren't sent.

Here's an example of the email that is sent to users when they're enabled for Audio Conferencing:

Example of an Audio Conferencing email message.

When are emails being sent to your users?

  • There are several emails that are sent to users in your organization after they're enabled for audio conferencing:

    • When an Audio Conferencing license is assigned to them.

    • When you manually reset the user's audio conferencing PIN.

    • When you manually reset the user's conference ID.

    • When the Audio Conferencing license is removed from them.

    • When the audio conferencing provider of a user is changed from Microsoft to another provider or None.

    • When the audio conferencing provider of a user is changed to Microsoft.

Enable or disable email from being sent to users

You can use Microsoft Teams or Windows PowerShell to enable or disable email sent to users.

Using the Microsoft Teams admin center

  1. In the left navigation, go to Meetings > Conference Bridges.

  2. At the top of the Conference Bridges page, select Bridge settings.

  3. In the Bridge settings pane, enable or disable Automatically send emails to users if their dial-in settings change.

  4. Select Save.

Using Windows PowerShell

You can also use the Microsoft Teams PowerShell module and run:

Set-CsOnlineDialInConferencingTenantSettings -AutomaticallySendEmailsToUsers $true|$false

You can use the Set-CsOnlineDialInConferencingTenantSettings to manage other settings for your organization, including email.

For more information, see Microsoft Teams PowerShell reference.

Want to know more about Windows PowerShell?

Windows PowerShell is all about managing users and what users are allowed or not allowed to do. With Windows PowerShell, you can manage Microsoft 365 or Office 365 using a single point of administration that can simplify your daily work when you have multiple tasks to do. To get started with Windows PowerShell, see these articles:

For more information about Windows PowerShell, see the Microsoft Teams PowerShell reference.

Related topics