One thing in a full state migration into Exchange is that you need to turn off Delegate forwarding if you want us to recreate the meeting responses.
So to turn off forwarding for an entire domain, you use Set-RemoteDomain, like this:
Get-RemoteDomain | Set-RemoteDomain
-MeetingForwardNotificationEnabled $false
To turn off forwarding for an individual user use set-calendarprocessing:
Set-CalendarProcessing -Identity user email@yourdomain.com -RemoveForwardMeetingNotifications $true
In the days of Exchange 2007/2010 you would have used set-mailboxcalendarsettings.
No comments:
Post a Comment