Forum Discussion
webinars plus new meeting registration options
- 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.
- Alberto SchiavonMay 25, 2021Copper Contributor
I have some findings to share:
1. If I assign the Global policy (WhoCanRegister = Everyone) to a user the "Everyone" option is correctly available
2. If I create a new policy (WhoCanRegister = Everyone) and assign it to to a user the "Everyone" option is correctly available
3. If I assign to a user an exiting policy (WhoCanRegister = Everyone) created some months ago the "Everyone" option is greyed-out !!??
I compared all the policy parameters and even if they are exactly the same, the outcome is different (Everyone greyed-out for the old policy, Everyone available for the new policy).
Is it a bug?
Am I supposed to recreate all my policies from scratch?
- Alberto SchiavonMay 26, 2021Copper ContributorSome updates: the "Everyone" option from the Team app UI was eventually available today also for users who were assigned to my old policy.
What I believe made it work was setting the WhoCanRegister parameter to "EveryoneIncompany" and then back to "Everyone".
If this is confirmed, it is definitely a bug.
It took me a while to realize it as, according to my tests, if I assign a different policy to a user it just needs to re-start the desktop app (or refresh his browser for the web app) to get it applied immediately, but if I change a parameter of a policy it take a few hours to get it applied.- JoostvdLindenMay 27, 2021Brass Contributor
I experience the same behavior.
We just only use the Global meeting policy for all users within our company.
According to https://docs.microsoft.com/en-us/microsoftteams/set-up-webinars#configure-who-can-register-for-webinars, "AllowPrivateMeetingScheduling" should be set to 'True' and "WhoCanRegister" should be set to 'Everyone'.
This was already the case. Based on your post I have changed the "WhoCanRegister" parameter to "EveryoneInCompany" and then back to "Everyone". I will wait for a couple of hours and check its behavior.
I will edit this post afterwards with my findings.
Edit: it indeed works, takes like 3/4 hours to propagate.