Forum Discussion
HSVSIMON
Jun 04, 2021Copper Contributor
Enable Require Registration: For everyone
Proper way to enable "Require registration: For everyone" when scheduling a new meeting. I have been unable to find a way to activate this setting. Thanks for any help!
- 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
rs_oakford
Jun 08, 2021Iron Contributor
ChristianJBergstrom, could you please confirm whether Microsoft Teams meetings with registration enabled are eligible for overflow (have you tested this, or can you point me to the documentation that confirms this)?
Jun 08, 2021
Hello, probably one of the better official docs here https://docs.microsoft.com/en-us/microsoftteams/view-only-meeting-experience
Several MVP's has blogged about it as well, this is one of them https://myteamsday.com/2021/05/18/webinars/
Several MVP's has blogged about it as well, this is one of them https://myteamsday.com/2021/05/18/webinars/