<b>Use the following PowerShell commands on your Exchange server to disable meeting forward notifications.</b>
<b>Disable External Meeting Forward Notifications</b>
Set-RemoteDomain -MeetingForwardNotificationEnabled $false
<b>Disable Internal Meeting Forward Notifications for a Single User</b>
Set-MailboxCalendarSettings -Identity user_email@example.com -RemoveForwardedMeetingNotifications $true
<b>
Disable Internal Meeting Forward Notifications for All Mailboxes</b>
Note that this only affects current users, new users will still have the default forwarding enabled.
Get-Mailbox -ResultSize unlimited | Set-MailboxCalendarSettings -RemoveForwardedMeetingNotifications $tru
Last Wiki Answer Submitted: October 29, 2010 5:49 pm by Karl Gechlik9,815 pts.
All Answer Wiki Contributors: Karl Gechlik9,815 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.