Disable Exchange 2007 Meeting Forward Notification

Nobody likes a snitch, especially a spammy one that results in more messages in your inbox. With Exchange 2007 if you forward – manually or with a rule – a calendar appointment, Exchange will tattle send the meeting organizer a notification.

Your meeting was forwarded

XXXXXXX has forwarded your meeting request to additional recipients.

Meeting
Evaluate PostPath
Meeting Time
Friday, July 31, 2009 2:00 PM-3:00 PM.
Recipients
YYYYYYYY
ZZZZZZZZ

Disabling Notifications

Use the following PowerShell commands on your Exchange server to disable meeting forward notifications.

Disable External Meeting Forward Notifications

Set-RemoteDomain -MeetingForwardNotificationEnabled $false

Disable Internal Meeting Forward Notifications for a Single User

Set-MailboxCalendarSettings -Identity user_email@example.com -RemoveForwardedMeetingNotifications $true

Disable Internal Meeting Forward Notifications for All Mailboxes

Note that this only affects current users, new users will still have the default forwarding enabled.

Get-Mailbox -ResultSize unlimited | Set-MailboxCalendarSettings -RemoveForwardedMeetingNotifications $true

 

Tags: , , ,

One Response to “Disable Exchange 2007 Meeting Forward Notification”

  1. Stephan Says:

    When I try executing any of these command under Win7 I get errors like:

    "The term 'Set-RemoteDomain' is not recognized as the name of a cmdlet, function, script file, or operable program. "

Leave a Reply


© 2007-2010, Corey Gilmore | Posts RSS Feed | Comments RSS Feed | Contact

 

The views expressed on these pages are mine alone and not those of any past or present employer. All information presented on this site was obtained lawfully and not through disclosure under the terms of an NDA.