Share via

Booking Link - Teams Meeting Issue

Nikki Veneziano 10 Reputation points
2026-03-12T16:15:24.2533333+00:00

I keep turning off the setting that creates a teams video link when people book a meeting with me, but it keeps defaulting back to creating a teams video link. How do I fix this?

I have already located this setting "Add online meeting to all meetings." and turned it off.

Outlook | Web | Outlook on the web for business | Calendar

Locked Question. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

1 answer

Sort by: Most helpful
  1. Q&A Assist
    2026-03-12T16:15:40.0133333+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    The behavior is controlled by the “Add online meeting to all meetings” / “Make every meeting online” setting, which exists both in Outlook clients and (optionally) at the organization level via PowerShell. Even if it is turned off in Outlook on the web, it can be re‑enabled or overridden by other Outlook clients or by an admin‑configured default.

    To stop Teams links from being added again, all relevant places must be checked:

    1. Turn it off in every Outlook client used
      The setting exists in all Outlook clients (Windows, Mac, web, Android, iOS). If any client has it turned on, that client will keep adding online meetings when used.
      • In each Outlook client, open Options/Settings → Calendar → Online meetings (or similar) and turn off Add online meeting to all meetings / Make every meeting online.
    2. Check for organization‑level defaults (admin)
      Admins can set a default that makes all meetings online using Exchange Online PowerShell:
      • The parameter OnlineMeetingsByDefaultEnabled on Set-OrganizationConfig controls whether meetings are online by default.
      • If a user has never changed the setting in a supported Outlook client, the org default applies. Once the user has toggled it, the client setting takes precedence and the org default is ignored.
      • If the setting keeps reverting, an admin should verify that:
        • OnlineMeetingsByDefaultEnabled is not being repeatedly enforced by scripts or configuration baselines.
    3. Ensure the mailbox setting is not being reset for the user
      Admins can set defaults that apply to new users or users who have not modified the setting. If scripts or policies recreate/reset the mailbox or profile, the default may be re‑applied and the user must toggle it off again in Outlook.
    4. Confirm the correct account is being edited
      If multiple accounts are configured in Outlook on the web, ensure the Add online meeting to all meetings setting is turned off for the specific business account used for bookings.

    Once the setting is turned off in all Outlook clients for that account and no admin script is re‑enabling it via OnlineMeetingsByDefaultEnabled, new bookings should stop automatically adding Teams meeting links.


    References: