Forum Discussion
Can admin set the default role of meeting participants to attendee instead of presenter?
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.
molislaegers LinusCansby I was able to run Set-CsTeamsMeetingPolicy -Identity "Policy Name" -DesignatedPresenterRoleMode OrganizerOnlyUserOverride and then when I ran Get-CsTeamsMeetingPolicy -Identity "Policy Name" the designatedPresentRoleMode was updated. I did have a question as to whether this needed to be run for the students' policy or the teachers' policy or both. When I ran this last week I received a permission denied error which I did not get today. I'll assume because of that the PowerShell command is working now.
- molislaegersMay 19, 2020Brass Contributor