...

If you have already activated Teams live events - and only need to enable HIVE - use this PowerShell command or cmdlet, replacing the highlighted section with the HIVE for Microsoft License key provided via e-mail:

Set-CsTeamsMeetingBroadcastConfiguration -SupportURL https://support.office.com/home/contact -AllowSdnProviderForBroadcastMeeting $True -SdnProviderName hive -SdnLicenseId <replace with Hive License Key> -SdnApiTemplateUrl 'https://api.hivestreaming.com/v1/eventadmin?partner_token={0}'


For more information on the Set-CsTeamsMeetingBroadcastConfiguration cmdlet, please refer to the Microsoft documentation.

...