5 pts.
 Disable the meeting invite fowarding function in Outlook?
How to disable the meeting invite fowarding function in Outlook?

Software/Hardware used:
ASKED: October 28, 2010  5:10 PM
UPDATED: October 29, 2010  5:49 PM

Answer Wiki:
<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 Gechlik   9,815 pts.
All Answer Wiki Contributors:  Karl Gechlik   9,815 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _