Skip to main content

Using exchange to automatically accept meeting requests

· One min read

Having multiple mailboxes and calendars can be hard to manage – especially when meeting requests don’t automatically accept themselves.

Using a quick powershell cmdlet from the Exchange Management Shell you can quickly set a calender to AutoAccept meeting requests

Set-MailboxCalendarSettings "mailbox name" -AutomateProcessing AutoAccept

Note: Remember to run the Management Shell as Administrator.