Forum Discussion
bigmaneric973
Jun 28, 2023Copper Contributor
Set Meeting Policies for Specific groups
I need to set meeting parameters for a specific group. We want to take off 5 minutes at the end of 30 minute meetings and 10 off 60 minute meetings. I can do the for the entire organization, but they...
- Jun 28, 2023You can do it on a per-mailbox basis via the Set-MailboxCalendarConfiguration cmdlet. In your case, expand the group membership and run the cmdlet against each user mailbox.
VasilMichev
Jun 28, 2023MVP
You can do it on a per-mailbox basis via the Set-MailboxCalendarConfiguration cmdlet. In your case, expand the group membership and run the cmdlet against each user mailbox.
- bigmaneric973Jul 11, 2023Copper ContributorWe decided to create a runbook for the group so they can set meetings themselves in outlook.
Thank you.