To stop Outlook/Teams from sending attendees recurring reminders for meetings, you can adjust the settings in the Microsoft Teams admin center or use Windows PowerShell. Here are the steps:
Using the Microsoft Teams Admin Center:
- In the left navigation, go to Meetings > Conference Bridges.
- At the top of the Conference Bridges page, select Bridge settings.
- In the Bridge settings pane, enable or disable Automatically send emails to users if their dial-in settings change.
- Select Save.
Using Windows PowerShell:
You can also use the Microsoft Teams PowerShell module to manage this setting. Run the following command:
Set-CsOnlineDialInConferencingTenantSettings -AutomaticallySendEmailsToUsers $False
This command will prevent emails from being sent to users when their dial-in settings change.
Make sure to communicate any changes to your attendees, as they will not receive notifications if you disable this feature.