Tag Archives: Reoccring appointments

Exchange Recurring Apointments


This is a useful command if you need to set or unset the ability to set recurring appointments in Exchangeby powershell: set-MailboxCalendarSettings -Identity “UserEmailAddress@yourdomain.com” -AllowRecurringMeetings:$true This also works using the accounts alias in place of the email address.

Continue reading