Forum Discussion
virtual-tech
Apr 29, 2021Brass Contributor
webinars plus new meeting registration options
I received the change notification below and want to change my option to "Give select users the ability to create a registration page that supports external attendees. All other users would be able c...
- Apr 29, 2021No need to create a security group, you simply need to assign the corresponding policy to the users who you want to be able to create meetings with external attendee registration. To do so, you can use the Grant-CsTeamsMeetingPolicy cmdlet. You can also do it via the TAC, but "registration" related settings are not yet exposed there, at least not in my tenant, so best to confirm the values via PowerShell first. Only the default "Global" policy allows Externals, so you might as well create a custom policy if needed.
virtual-tech
May 21, 2021Brass Contributor
I created a new policy and set the value WhoCanRegister value is "Everyone".
Added myself to the policy in Teams Admin
To see the member policyGet-CsOnlineUser -Identity name | Format-Table UserPrincipalName, TeamsMeetingPolicy
It took a couple days for Webinar to appear in new meeting. When I click require registration, I now have For everyone and For people in your org and guest.
For everyone will be grayed out for the Tenant global policy
KetanPatel125
May 26, 2021Copper Contributor
Can you please share the powershell cmdlets that you have used to create the custom policy?