I'm setting up Good ent user and I want to set calendar processing true for all the mailboxes
When I run
Get-Mailbox | set-CalendarProcessing - ProcessExternalMeetingMessages -True
it gives the errors that this can only be applied to Room Maikboxes - which make sense. So How Do I implement it for regualr mailboxes? Do I need to assign a policy if so then how?
Thanks