SOLVED

Webinaires - impossibilité d'ouvrir l'inscription aux externes

Copper Contributor

Bonjour à tous,

 

Je souhaite activer la possibilité de planifier et configurer des Webinaires dans le calendrier Teams.

J'ai le bon niveau de licence nécessaire et ai suivi la procédure pour activer cette fonctionnalité via l'interface d'administration et les commandes PowerShell.

 

La fonctionnalité apparaît bien néanmoins l'option "exigez l'inscription" reste grisée pour les externes.

 

J'ai refait la procédure indiquée sur le support suivant : https://docs.microsoft.com/fr-fr/microsoftteams/troubleshoot/meetings/issues-with-webinars?WT.mc_id=...

 

Ai je oublié de configurer un paramètre ?

6 Replies
You should verify these three:

-AllowMeetingRegistration
-WhoCanRegister
-AllowPrivateMeetingScheduling

To allow users in organization to schedule webinars:
Set-CsTeamsMeetingPolicy -AllowMeetingRegistration $True

To allow only users in organization to register for webinars:
Set-CsTeamsMeetingPolicy -AllowPrivateMeetingScheduling $True
Set-CsTeamsMeetingPolicy -WhoCanRegister EveryoneInCompany

To allow anyone, including anonymous users, to register for webinars
Set-CsTeamsMeetingPolicy -AllowPrivateMeetingScheduling $True
Set-CsTeamsMeetingPolicy -WhoCanRegister Everyone

Anonymous join must be enabled in Teams meeting settings for anonymous users to join webinars.

Microsoft Lists must be enabled for registration form
Set-SPOTenant -DisablePersonalListCreation $false

Teams view-only meeting experience if wanting to use overflow (when more than 1000).
Set-CsTeamsMeetingPolicy -Identity Global -StreamingAttendeeMode Enabled

Collect meeting attendance (attendance report)
Set-CsTeamsMeetingPolicy -AllowEngagementReport Enabled

Could be a delay involved if all setting are OK. Then wait 24 hours and sign out and back in again.
Thank you for your reply.
I will reconfigure and do a response to indicate if this fixes or not.
unfortunately this has not changed anything :-((
best response confirmed by fgourrier (Copper Contributor)
Solution

@fgourrier Are you saying that you cannot see this option enabled?

 

'For everyone'

ChristianJBergstrom_0-1630494574238.png

 

Are you using the Global policy or a custom policy? Have you verified that the policy you have updated is also assigned to your user/s?

@ChristianJBergstrom 

exactly the option "for everyone" (in French "pour tout le monde") is not enabled.

 

Normally it is the Global policy which is applied. Il will check that point.

 

Thank you for your support :)

 

 

it was indeed linked to a policy problem, I was not attached to Global...It's works fine !

Thank you Christian.

1 best response

Accepted Solutions
best response confirmed by fgourrier (Copper Contributor)
Solution

@fgourrier Are you saying that you cannot see this option enabled?

 

'For everyone'

ChristianJBergstrom_0-1630494574238.png

 

Are you using the Global policy or a custom policy? Have you verified that the policy you have updated is also assigned to your user/s?

View solution in original post