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)
Jun_Cho2455
Mar 01, 2022Copper Contributor
Hello 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?
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)
- mflahmflah20-1_8May 28, 2024
Microsoft
any additional updates on this subject? Clients are getting bots joining meetings now as anonymous, and some 3rd party apps are making this easier. - Jun_Cho2455Mar 01, 2022Copper ContributorThank you so much for your help!! very much appreciate