We have two public folder databases in two different locations.
Site A has only replicas of Site A and Site B has only the replicate of Site B
Example:
Server1: PFDB1 = PublicFolderA,PublicFolderB,PublicFolderC Server2: PFDB2 = PublicFolderD,PublicFolderE,PublicFolderF
Now I will migrate this two databases to the new Exchange 2013 modern public folders.
So when i will start the migration batch I can only provide one Database in the batch job.
New-MigrationBatch -Name PFMigration -SourcePublicFolderDatabase (Get-PublicFolderDatabase -Server <Source server name>) -CSVData (Get-Content <Folder to mailbox map path> -Encoding Byte) -NotificationEmails <email addresses for migration notifications>
I read in the technet, that only one Migration batch is possible.
Have I to consolidate the two EX 2010 DB to one, or is another solution possible the migrate the public Folder to the new structure?