Microsoft Exchange Server
How can i configure that multiple mailboxes mails would be transferred into a different single mailbox automatically in Microsoft exchange server 2010
June 15th, 2012 12:34am
Hi
You can use this command:
Set-Mailbox SourceMailbox -ForwardingAddress TargetMailbox
Steve
Free Windows Admin Tool Kit Click here and download it now
June 15th, 2012 3:45am
Hi
You can use this command:
Set-Mailbox SourceMailbox -ForwardingAddress TargetMailbox
Steve
June 15th, 2012 3:52am
Hi,
I understand that you want message in this mailbox could be deliever to another mailbox automatically, is that ture?
Then we can forward all the messages via the cmdlet that Steve mentioned.
Or we can use transport rule to add recipient to the message.Xiu Zhang
TechNet Community Support
Free Windows Admin Tool Kit Click here and download it now
June 18th, 2012 2:57am
Hi,
I understand that you want message in this mailbox could be deliever to another mailbox automatically, is that ture?
Then we can forward all the messages via the cmdlet that Steve mentioned.
Or we can use transport rule to add recipient to the message.Xiu Zhang
TechNet Community Support
June 18th, 2012 3:05am