Sorry, but there are no more tags available to filter with.
New-RoutingGroupConnector -Name "Interop RGC" -SourceTransportServers "Ex2007Hub1.contoso.com" -TargetTransportServers "Ex2003BH1.contoso.com" -Cost 100 -Bidirectional $true -PublicFolderReferralsEnabled $true
Your meeting was forwarded has forwarded your meeting request to additional recipients. Exchange 2007 how to get rid of this? We can get rid of the message by running the following command: To disable meeting forward notification, use set-mailboxcalendarsettings with the option RemoveForwardedMeetingNotifications. Set-MailboxCalendarSettings -Identity "usermailbox" -RemoveForwardedMeetingNotifications $true To apply the setting to all the mailboxes on Exchange 2007 use Get-Mailbox -ResultSize...