Forum Discussion
Enable Require Registration: For everyone
- Jun 04, 2021
HSVSIMON Hello, gonna add all the necessary config here.
-AllowMeetingRegistration
-WhoCanRegister
-AllowPrivateMeetingSchedulingTo allow users in organization to schedule webinars:
Set-CsTeamsMeetingPolicy -AllowMeetingRegistration $TrueTo allow only users in organization to register for webinars:
Set-CsTeamsMeetingPolicy -AllowPrivateMeetingScheduling $True
Set-CsTeamsMeetingPolicy -WhoCanRegister EveryoneInCompanyTo allow anyone, including anonymous users, to register for webinars
Set-CsTeamsMeetingPolicy -AllowPrivateMeetingScheduling $True
Set-CsTeamsMeetingPolicy -WhoCanRegister EveryoneAnonymous join must be enabled in Teams meeting settings for anonymous to join webinar.Microsoft Lists must be enabled
Set-SPOTenant -DisablePersonalListCreation $falseTeams view-only meeting experience if wanting to use overflow (when more than 1000).
Set-CsTeamsMeetingPolicy -Identity Global -StreamingAttendeeMode EnabledCollect meeting attendance
Set-CsTeamsMeetingPolicy -AllowEngagementReport Enabled
Unfortunately for now for Teams it's not possible as "If you want to use webinars, meeting registration must be turned on" >>https://learn.microsoft.com/microsoftteams/set-up-webinars#configure-meeting-registration
Microsoft introduces nowadays new Teams Premium add-in license and says:
Currently, the basic webinar experience is controlled by meeting registration using the Teams Meeting policy (Set-CsTeamsMeetingPolicy).
**In the future, the meeting registration setting won't control webinars; webinars are transitioning over to being controlled by the Teams Events policy (Set-CsTeamsEventsPolicy).
Source: https://learn.microsoft.com/microsoftteams/set-up-webinars#configure-meeting-registration
Please let me know if you need any further assistance!
Regards,
Thank you for that. So to confirm, Webinars now require registration like Live Events. There is no way to disable registration?
- Ahmed_Masoud97Mar 15, 2023Iron ContributorThere is a way through PowerShell I think...