-
Change smtp send connector port exchange 2010
No comments yetPosted in Exchange 2010Feb 8, 2012
If you need to change the default smtp send connectory port you can run the following command:
Set-SendConnector -Identity “Default” -port 26
Then you will need to restart the Microsoft Exchange Transport for the change to take effect.
-
Copying mailbox content to a subfolder in another mailbox
No comments yetPosted in Exchange 2010Feb 8, 2012
This is the command to export the content from Tim?s mailbox to a folder name ?Tim? in Tom?s mailbox:
Export-Mailbox -Identity tim@example.com -TargetMailbox tom@example.com -TargetFolder tim