Be forwarned - the commandlet comes with contraints:
- It must be run from a 32 bit client machine with Exchange Management Tools (Version Exchange 2007 SP1 or later) installed and Windows PowerShell (Download: Microsoft Exchange Server 2007 Management Tools (32-Bit));
- It requires Outlook 2003/Outlook 2007 be installed on the 32-bit client machine;
- Must be "run-as" using an account with Exchange Organization Admin or an Exchange Server Admin privs.
Export-Mailbox –Identity < mailboxuser > -PSTFolderPath < pathToSavePST >
Here is how we told the client to Import the data from a PST into a client mailbox:
Import-Mailbox -Identity < mailboxuser > -PSTFolderPath < pathToSavePST >
Yea! Another calendar migration tool for Exchange 2007.
-R
No comments:
Post a Comment