07.29.08
Using Exmerge with SBS 2003
Sometimes you want to perform a migration where you want to manually migrate the mail - in a semi-automatic fashion. Exmerge is a tool that can be employed to do just that.
Because the domain administrator has explicit deny permissions set by default which restricts the domain administrator from accessing the users mailboxes to perform either exports or imports, additional steps must be used to perform this taks
Preparing a User Account to use Exmerge
Here is a method that I employed to allow Create a user account
- Create a regular user account (exmergeusr)
- Create a regular security group (exmergegrp)
- Add the exmergeusr to exmergegrp
- Add the exmerge user account to the local administrators group
There is also a way to enable the security tab of the exchange system manager so you can disable the explcit deny permissions for the domain administrator (temporarily) http://www.computerperformance.co.uk/Registry/registry_hacks_exchange.htm
Now you are all ready to start using Exmerge.
Preparing to use Exmerge
- download exmerge
- unzip
- copy C:\Program Files\Exchsrvr\bin\exchmem.dll to exmerge folder http://support.microsoft.com/kb/297362
- Check destination disk space (for export) is 1.5 times store size
- Create pst folder to hold the pst files you will be exporting
- Run Exmerge to export to pst files on the source server
- Repeat the above procedure on the destination server to import from pst files on the destination server
Using Exmerge
Running Exmerge goes something like this
- run exmerge
next - select 2 step
- select 1 for export 2 for import
- MSE server name SERVERNAME
- dc SERVERNAME
- Options –> Data first 2
- Options –> Import Merge (second option)
- Select mbox, select English locale
- select the destination for pst files if exporting or the source of pst files for importing
For SBS2008 these methods may work http://www.exchangeinbox.com/article.aspx?i=88
Permalink Comments off