Jump to content

Recommended Posts

Posted
Looking forward to pop out chat and them sorting the default presenter permissions in the future

 

Default presenter was released earlier this week.

Posted
Wow! didn't know that, just checked at you are right!

 

https://microsoftteams.uservoice.com/forums/599053-schools-and-universities/suggestions/39989980-add-a-global-setting-for-the-default-role-of-meeti

 

Has anyone managed to do it yet? I hate powershell and the instructions are awful!! argh...

 

I just used I used:

Set-CsTeamsMeetingPolicy -Identity Education_Teacher -DesignatedPresenterRoleMode OrganizerOnlyUserOverride

Where Education_teacher is the teacher policy.

 

It isn't perfect, all it does is sets the default meeting option. I did hear that they were looking at making that pupils would always be added as attendees and staff as presenters in Education teams, but that hasn't been added yet

  • Thanks 2
  • 7 months later...
Posted
I just used I used:

Set-CsTeamsMeetingPolicy -Identity Education_Teacher -DesignatedPresenterRoleMode OrganizerOnlyUserOverride

Where Education_teacher is the teacher policy.

 

It isn't perfect, all it does is sets the default meeting option. I did hear that they were looking at making that pupils would always be added as attendees and staff as presenters in Education teams, but that hasn't been added yet

 

I'm just trying to set the default policy for “Who can present” in Teams meetings by using the Set-CsTeamsMeetingPolicy in powershell.

 

I believe I've followed the logic and run the command:

 

Set-CsTeamsMeetingPolicy -Identity School_staff_meeting -DesignatedPresenterRoleMode OrganizerOnlyUserOverride

 

This returns nothing at the prompt.

 

I thought I could then use:

 

Get-CsTeamsMeetingPolicy -Identity School_staff_meeting -DesignatedPresenterRoleMode OrganizerOnlyUserOverride

 

to check the value.

 

But this returns:

 

PS C:\windows\system32> Get-CsTeamsMeetingPolicy -Identity Balcarras_staff_meeting -DesignatedPresenterRoleMode OrganizerOnlyUserOverride

A parameter cannot be found that matches parameter name 'DesignatedPresenterRoleMode'.

+ CategoryInfo : InvalidArgument: (:) [Get-CsTeamsMeetingPolicy], ParameterBindingException

+ FullyQualifiedErrorId : NamedParameterNotFound,Microsoft.Rtc.Management.Internal.GetTeamsMeetingPolicyCmdlet

+ PSComputerName : admined2.online.lync.com

 

 

PS C:\windows\system32>

Posted
The default can be set for a policy in a drop down menu on the web page now in teams admin, under meetings->meeting policies
  • Thanks 1
Posted
Be aware that this can take a long time to take affect. I thought it wasn't working, but the next day it did. Same for the lobby setting. Of course by the time it kicked in the teachers had changed their minds and wanted it set back the other way, so had to wait another day!
  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...