Exchange Server Mailbox Migration

Hi All,

I just migrated a 2.2 GB mailbox  with 50k item count from Exchange 2010 to Exchange 2007 sp3. After migration the mailbox is 3.7 GB in size with 70k items.

Can anyone shed any light on this. there is no way the user got 20k mails during the move.

Thanks

February 11th, 2015 4:14pm

Hi ,

Please use the below mentioned command to check the which folder size has been increased abnormally after migration.

Get-MailboxFolderStatistics -Identity "nithya@abc.com" | ft name,foldersize,*item* -au

Free Windows Admin Tool Kit Click here and download it now
February 11th, 2015 4:26pm

thanks for getting back to me. what does the -au parameter do?

output below

[PS] C:\Windows\system32>Get-MailboxStatistics XXX@XX.com |
ft name,foldersize,*item* -au

WARNING: column "TotalItemSize" does not fit into the display and was removed.

name foldersize AssociatedItemCount    DeletedItemCount   ItemCount    TotalDeletedItem
                                                                                                          Size
---- ---------- -------------------            ----------------            ---------     ----------------
                                318                             0                      72987       1000B

February 11th, 2015 4:47pm

Hello, 

This is by design.  Exchange changed the way they calculate the size of the mailbox.  The amount of space the consumed by the mailbox in the Database has not actually changed, just the size Exchange calculates the size.

http://www.msexchange.org/kbase/ExchangeServerTips/ExchangeServer2013/TransitioningMigration/mailbox-size-increases-when-transitioning-exchange-2013.html

Free Windows Admin Tool Kit Click here and download it now
February 11th, 2015 4:55pm

this is for 2013. i am migrating a mailbox from 2010 to 2007.

February 11th, 2015 5:17pm

woops... sorry I thought I read 2013.. Might be something along the same lines. you may want to ask your question again in the Previous versions of Exchange Forum (this one is mostly for 2013).  Chances are you'll get a better answer there.

https://social.technet.microsoft.com/Forums/exchange/en-US/home?forum=exchangesvrdeploylegacy

Any way, just curious, any particular reason you are moving them back to 2007?

Free Windows Admin Tool Kit Click here and download it now
February 11th, 2015 6:00pm

Hi,

You can use the following command, it will display all columns.

Get-MailboxFolderStatistics -Identity "nithya@abc.com" | ft name,foldersize,*item*

Please check and find the folder, the size and item of this folder increase abnormally, as what S.Nithyanandham mentioned.

You can check the folders in Outlook and see what kind of items are added after migration.

Best regards,

If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com

February 13th, 2015 3:29am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics