Forum Discussion
dahgijsbers
Mar 14, 2020Copper Contributor
Can admin set the default role of meeting participants to attendee instead of presenter?
Our school is working hard to get MS Teams ready to help us switch to long distance education when our school closes due to the coronacrises. We are testing Team meetings as a way to start online classes. The default settings make every participant of a meeting a 'presenter'. But we would like to give all particpants (= students) the role of attendee so the organizer of the meeting (= teacher) has more control over the meeting. It is quite labor intensive if the organizer has to change this setting for each meeting as you have to plan the meeting first before you can access the 'meeting policies' webpage after reopening the meeting in the Calendar.
Browsing the net I found a webpage that said that the IT admin can globally set meeting options like who needs to wait in the lobby before joining a meeting. As this is the other setting an organizer can change on the meeting policy webpage I figured that the admin should be able to set the default participant role to attendee but we can not find it in the Admin Center.
Can anyone assist us in this matter?
23 Replies
Sort By
- nileshzalawadiaCopper Contributor
Try this (The URL is for my personal meeting, it will be different for yourself):
https://teams.microsoft.com/meetingOptions?language=en-us&tenantId=0bfb3511-ccd3-4930-814d-ecbf9d603ede&organizerId=587ebeb0-0830-4573-8c87-35b6065a5c62&threadId=19_26aa3992f39f49fbbf9129bc4a0b2d12@thread.tacv2&messageId=1594418204955&correlationId=webclient:9cfd30f4-b4b3-3e0b-98db-dd198f2570bd
Basically, go to
Meeting options:
Who can present?
Select "Only Me"It will make all participants "Attendees" by default.So that they can not present without your explicit permission.If you want some one to present anything then you can change him as presenter by selecting "Make a presenter".- molislaegersCopper ContributorThat url won't work..
And the question was about the default setting..
This can be solved with a Powershell command.
An feature update is coming so you can set a policy with "who can present" to something else than Everyone. Rollout will begin in the first week of May.
https://www.microsoft.com/en-us/microsoft-365/roadmap?filters=&searchterms=63206
- MLedererCopper Contributor
LinusCansby Where can we find the Powershell directions for doing this and, if it is set, will organizers of meetings still be able to change an attendee to a presenter during a meeting?
- molislaegersCopper Contributor
I was able to execute the command:
Set-CsTeamsMeetingPolicy -Identity Global -DesignatedPresenterRoleMode "OrganizerOnlyUserOverride"
But with Get-CSTeamsMeetingPolicy it still shows the 'everyone' value. I think we have to wait for a while.
- mabdullahfazalCopper Contributorhttps://youtu.be/hGbszTKpAp8
here is the video tutorial on setting students as attendees on MS Teams-Easy way - andre_wojtowiczCopper Contributor
- mayysyeungCopper Contributor
I have the exact same problem with dahgijsbers ... and my situation maybe even more complicated as most of us need to start lesson in private channels, in which scheduling is not possible.
Our initial deployment is using a subject-based Teams and class-based channels inside. To make things like normal lessons, teachers are required to hold the meetings for their own class. With our initial deployment, as every lesson in NOT visible to all the team members, scheduling for channel meetings seemed not possible, so teachers need to "Meet Now" in respective channels; and in this way, they could not set the "Meeting Settings" and thus could not choose "Only me" in the "Who can present?" section. However, it is really labor intensive for colleagues to do so manually during lesson, since some would need to hold lesson with about 100 students at one time.
I tried to update the "Sharing content" policy for students so that sharing screen shall be "Disabled" for them, but testing shows that the student applied with the policy can still share his screen... so any way out apart from telling student to behave themselves?
- KoenKCopper Contributor
mayysyeung Yes, the teacher (as organizer) can Go to Meeting Settings and change who can be the Presenter. If you change this from "Everyone" to "Just me" the students can only see everything and can't edit.
- mayysyeungCopper Contributor
KoenK Thanks for your reply... But can teachers still do so if they have to use the "Meet Now" function in private channels?
Hi,
Only the meeting organizer can set who should be a presenter or not per meeting. There is no setting for this from admin center or via policies.
There is a setting for who should be able to bypass the lobby "Automatically admit people", but you can only set it to Everyone, People in your Organization or People in your Organization and federated organizations. So you can't set it for different groups in your organization.
You could start a uservoice request at https://microsoftteams.uservoice.com/
- KoenKCopper Contributor
Hi, thanks but I hope you are not right... We have exactly the same problem as dahgijsbers at our school. To be a bit more specific:
We want to use Microsoft Teams Meetings as a replacement for lessons. We tested things out a bit with some of our students, and setting up a meeting in outlook works fine, the students can join. But our problem is: all our students automatically gain presenter rights and can take over the microphone, mute other users et cetera.
Right now, the teacher can edit the Meeting preferences of a Meeting, and change the setting of the "Who can present?" setting. By default, this setting is set to "Everyone" and we only want to change this setting to "Just me" by default. So, as a result, teachers don't have to do this manually everytime they create a new meeting.
Teachers create a meeting by adding a class, and the class is a dynamic distribution list with all the student in it.
I still hope it's possible to set this up in Teams Admin Panel or PowerShell? Thanks in advance.
- Unfortunately there is no powershell or TAC policy setting for this. The only setting you can change is per meeting and that you change in meeting options.