Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This article will guide you through the process of :

...

enabling HIVE for Microsoft Townhall (via your Microsoft 365 tenant)

Scenario A: Your organization is not using Teams Premium license

...

Follow these steps to use the Teams admin center to disable Microsoft eCDN for organizers with a premium license for Townhall.:

  1. Open the Teams admin center.

  2. Expand Meetings from the navigation pane.

  3. Under Meetings, select Events Policies.

  4. Either select an existing policy (preferably the global policy) or create a new one.

  5. Toggle the Use Microsoft eCDN setting to Off.

  6. Select Save.

...

Using PowerShell

To disable Microsoft eCDN for Premium town halls, use the -UseMicrosoftECDN parameter within the PowerShell CsTeamsEventsPolicy by using the following script:

...


Set-CsTeamsEventsPolicy

...

-Identity

...

<policy

...

name>

...

-UseMicrosoftECDN

...

Disabled