Exchange 2010 to 2016 Public Folder Migration question

J Slack 41 Reputation points
2020-12-09T15:24:51.367+00:00

Hi,

The customer has 4 Exchange 2010 mailbox servers, each has a public folder database. We are at the end of the migration and need to migrate public folders over. I have done this a few times (2010 to 2013/16/O365) and it's easy enough. However, what the MS documentation doesn't tell you is how to deal with when you have 4 servers that have different counts of public folders.

Looking at this: https://learn.microsoft.com/en-us/Exchange/collaboration/public-folders/batch-migration-from-previous-versions?redirectedfrom=MSDN&view=exchserver-2016

When I run: .\Export-PublicFolderStatistics.ps1 <Folder to size map path> <FQDN of source server>

I get a different answer from the machines. This means the public folders are not in sync / the same, across all 4 public folder databases.

What would be the best way to fix this to allow us to migrate everything without missing things?

Like I said, if this was a single server - or all 4 servers were in sync, then this would be easy. But as I am not overly familiar with 2010 public folders in general, I have no idea why they are out of sync and therefore what the best way to catch all data at the migration would be.

Any help would be great.

Cheers

James

Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,503 questions
0 comments No comments
{count} votes

2 additional answers

Sort by: Most helpful
  1. Eric Yin-MSFT 4,386 Reputation points
    2020-12-10T02:33:01.21+00:00

    You can also try New-PublicFolderDatabaseRepairRequest to fix corruption issue of those public database, then check the sync status again.
    Personally, you can run the step 3 as official doc says on the Exchange 2010 server where Public Folder database is located to get full PublicFolder Statistics/size and see if you would get any error in step 5.
    The status shown in Get-MigrationBatch should be "synced" that indicates success.


    If an Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

  2. J Slack 41 Reputation points
    2021-01-29T15:48:30.977+00:00

    Sorry notifications broke, so was not aware anyone had replied.

    I had tried the repair, but that didn't help sadly.

    We ended up exporting a bunch of stuff to PST and then deleting a lot of old stuff and only migrating minimal stuff over.

    Seems to be the common thing with legacy Exchange that has been about since 2003 or older.

    Thanks for your help guys.

    0 comments No comments