Windows Thread, Export mailbox data from SBS 2003 into Exchange 2010 in Technical; Difficult to find specific information on this.
I'm moving approx 100 users from SBS2003 to a Server 2008 / Exchange ...
-
11th December 2010, 08:14 PM #1 Export mailbox data from SBS 2003 into Exchange 2010
Difficult to find specific information on this.
I'm moving approx 100 users from SBS2003 to a Server 2008 / Exchange 2010 based network. What's the best and simplest way to get the email data from one to t'other?
All the users and new mailboxes have been created on the new servers.
I'm thinking of Exmerging the data off the SBS box and then using:
Import-Mailbox –Identity %USERNAME% –PSTFolderPath %PST_LOCATION%
on the 2010 box to put the data onto the new server.
Is this method OK? If not is there a better way?
-
-
IDG Tech News
-
12th December 2010, 12:11 AM #2 If you use Exmerg on the Old SBS2003 Server to export the mailboxes, and then use the PowerShell Command to Re-Import the mailboxes on the server you will not have any problems. I've done it many times now on the migrations i have done over the year and don't have any issues.
Exmerg Download:
http://www.microsoft.com/downloads/e...displaylang=en
Powershell Commandlet Needed:
Get-Mailbox –Database "SERVERNAME\First Storage Group\Mailbox Database" | Import-Mailbox -PSTFolderPath D:\PSTFiles
* Make sure the new alias's match the PST File Name.
Just make sure you have a 32bit Machine handy for the Import. 
James.
-
-
13th December 2010, 08:15 AM #3 Thanks James
Why do I need a 32-bit machine though? Can I not export the SBS database and import straight into Exch 2010?
-
-
13th December 2010, 08:48 AM #4 Will both servers be members of the same domain?
-
-
13th December 2010, 08:54 AM #5 
Originally Posted by
jamesreedersmith
Will both servers be members of the same domain?
No
We're creating a totally new AD structure, the new servers will be on a different domain. We're hoping to be able to export the old mailbox data to a neutral location, remove the SBS box, join all old servers and PCs to new domain and then import the mailbox data to the new Exchange server.
-
-
13th December 2010, 08:57 AM #6
-
-
13th December 2010, 08:30 PM #7 
Originally Posted by
Number6
Thanks James
Why do I need a 32-bit machine though? Can I not export the SBS database and import straight into Exch 2010?
The export won't be a problem, it's just that for some reason! microsoft only allow you to Import / Export Mailboxes from Exchange 2007/10 using a 32-bit Managment Console. You'll find that out when you try and run the above command from the PowerShell Commandlet on Server which would be x64.
Hope that helps,
James.
-
-
14th December 2010, 08:09 AM #8 
Originally Posted by
EduTech
The export won't be a problem, it's just that for some reason! microsoft only allow you to Import / Export Mailboxes from Exchange 2007/10 using a 32-bit Managment Console. You'll find that out when you try and run the above command from the PowerShell Commandlet on Server which would be x64.
Hope that helps,
James.
A thousand thanks! Good pre-warning there about something that I was completely unaware of.
-
-
14th December 2010, 08:46 PM #9 
Originally Posted by
Number6
A thousand thanks! Good pre-warning there about something that I was completely unaware of.
No problem, hope it goes smooth for you and you don't get loads of RED Writing saying something daft like it cannot complete said action due to two many corrupted items being contained within said mailbox!
Make sure you have Full Admin Rights to the Mailboxes before hand also, this powershell command may come in useful for that too!
Get-MailboxDatabase -identity "SERVERNAME\First Storage Group\Mailbox Database" | Add-ADPermission -user USERNAME -AccessRights GenericAll
James.
-
-
14th December 2010, 10:42 PM #10
RED Writing saying something daft like it cannot complete said action due to two many corrupted items being contained within said mailbox!
Do you get that with ExMerged PSTs then? I've seen the powershell import have the kind of trouble you might expect with "personal folder" PST files kept on networks etc., but kind of assumed the PSTs ExMerge makes would be relatively perfect.
-
-
14th December 2010, 11:17 PM #11 
Originally Posted by
PiqueABoo
Do you get that with ExMerged PSTs then? I've seen the powershell import have the kind of trouble you might expect with "personal folder" PST files kept on networks etc., but kind of assumed the PSTs ExMerge makes would be relatively perfect.
I have not had it occur very often if i am honest with you, it generally tends to happen when i have had to move the darn things from Hard Disk > Removable Media > Hard Disk because i have no physical 32bit machine around as my laptop is x64.
When i have exported them, moved to desktop and done it i have had no issues. To be honest the last one i did the information store was something like 60Gb :|
-
SHARE: 
Similar Threads
-
By Ric_ in forum General Chat
Replies: 11
Last Post: 9th September 2011, 10:18 PM
-
Replies: 0
Last Post: 10th December 2010, 10:40 AM
-
By leco in forum Windows Server 2008 R2
Replies: 2
Last Post: 15th September 2010, 04:42 PM
-
By RobFuller in forum Internet Related/Filtering/Firewall
Replies: 6
Last Post: 13th March 2010, 02:35 PM
-
By DAckroyd in forum Windows Server 2000/2003
Replies: 1
Last Post: 29th June 2009, 10:14 AM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules