Overall Process
1. Assign the management account the rights to import/export
2. Create the file share
3. Direct databases to use a specific server
4. Create the Import data request
5. Verify the Import data request
6. Direct databases to use the CAS Array
==========================================================================
Setup a file share
You need to setup a shared folder that will be accessible via a UNC path.
Local drives are not supported for the import operation.
I have setup a share on \\EXCH01\PSTFILES which is on the E drive
Note that at the Share level, Exchange Trusted System must have Read/Write permissions.
==========================================================================
If you have more than one Exchange server and have configured a CAS array, then you must set the databases to use a specific server instead of the CAS array
Another way to do it is like this:
Get-Mailbox mark.maclachlan | NewMailboxImportRequest -FilePath \\EXCH01\PSTFiles\mark.maclachlan.pst
==========================================================================
To import a group of PST files use the following commands
(just copy and paste all lines directly into the shell):
==========================================================================
To view the status of the import request run:
Get-MailboxImportRequest
==========================================================================
When the import request has been completed, you need to set the database back to the CAS Array. Do not set back until the request has completed. If you set it back while things are still queued you will get failures on the import.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.