Forum Discussion
Jun_Cho2455
Mar 01, 2022Copper Contributor
is `Anonymous join meeting` policy Organization-wide policy?
Hello experts! I would like to block Teams video call/meeting with anonymous for organization wide and allow only for few employees by request. According to MS article, it is organization-wide an...
- Mar 01, 2022
Jun_Cho2455 Yes, you can use TAC as well.
Toggle this org-wide setting ON Meeting settings - Microsoft Teams admin center
Set Global policy to OFF Meeting policies - Microsoft Teams admin center
Create a Custom policy to ON (assign this to the limited group)
Mar 01, 2022
Hello, yes this is a bit complicated now as the org-wide setting isn't deprecated yet. So you'll have to allow anonymous join org-wide and then enable the other setting in the Teams meeting policy for those that should have the possibility. In other words you need to create a custom Teams meeting policy, where one allows it and the other one doesn't. And then assign.
Your best approach is to enable anon join org-wide, set the Teams meeting setting (Global policy) to false, and a custom Teams meeting policy to true for anonymous join and assign the latter to those few individuals.
Your best approach is to enable anon join org-wide, set the Teams meeting setting (Global policy) to false, and a custom Teams meeting policy to true for anonymous join and assign the latter to those few individuals.
- Jun_Cho2455Mar 01, 2022Copper ContributorHello Christian,
Thank you for the quick answer, Could you confirm the details steps? I am a new to Teams admin settings..
So the best approach is
1. in Teams admin center, Under Participants, turn on Anonymous users can join a meeting.
2. Open Powershell and run -DisableAnonymousJoin set to $false for global
3. Create a Custom Teams meeting policy and run -AllowAnonymousUsersToJoinMeeting set to $true for few individuals.
Can number 2 and 3 be made using Teams admin center as well?- Mar 01, 2022
Jun_Cho2455 Yes, you can use TAC as well.
Toggle this org-wide setting ON Meeting settings - Microsoft Teams admin center
Set Global policy to OFF Meeting policies - Microsoft Teams admin center
Create a Custom policy to ON (assign this to the limited group)
- Jun_Cho2455Mar 01, 2022Copper ContributorThank you so much for your help!! very much appreciate