Forum Discussion
cloudready
Feb 12, 2021Copper Contributor
Hide the "Meet now" function in the calendar for certain users (groups)
Hello, I am trying to hide the "meet now" function for our group (GSchueler). I have succeeded in doing this, except for the function in the calendar module. Schedule meeting can be clicked, but then...
ChristianBergstrom
Feb 14, 2021Silver Contributor
cloudready Hello, I'm not sure exactly what you mean here. But you can enable or disable Meet now by using policies and the Set-CsTeamsMeetingPolicy cmdlet.
-AllowMeetNow
Determines whether a user can start ad-hoc meetings. Set this to TRUE to allow a user to start ad-hoc meetings. Set this to FALSE to prohibit the user from starting ad-hoc meetings.
-AllowPrivateMeetNow
This setting controls whether a user can start an ad hoc private meeting.
Meeting policy settings - General
https://docs.microsoft.com/en-us/microsoftteams/meeting-policies-in-teams#meeting-policy-settings---general
https://docs.microsoft.com/en-us/powershell/module/skype/set-csteamsmeetingpolicy?view=skype-ps