Forum Discussion
fgourrier
Aug 31, 2021Copper Contributor
Webinaires - impossibilité d'ouvrir l'inscription aux externes
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 act...
- Sep 01, 2021
fgourrier Are you saying that you cannot see this option enabled?
'For everyone'
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?
Aug 31, 2021
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.
-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.
fgourrier
Sep 01, 2021Copper Contributor
unfortunately this has not changed anything :-((
- Sep 01, 2021
fgourrier Are you saying that you cannot see this option enabled?
'For everyone'
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?
- fgourrierSep 01, 2021Copper Contributor
it was indeed linked to a policy problem, I was not attached to Global...It's works fine !
Thank you Christian. - fgourrierSep 01, 2021Copper Contributor
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 🙂