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.
No comments yet... Be the first to leave a reply!