Migrate Public Folders Exchange 2010 Sp3 Rollup Update 14 to Exchange 2013 CU13
Download Microsoft Exchange 2013 Public Folders Migration Scripts
http://www.microsoft.com/en-us/download/details.aspx?id=38407
Open Exchange Management Shell – Exchange 2010
./Export-PublicFolderStatistics.ps1
pf-size.csv
exc2010.yshvili.local
./PublicFolderToMailboxMapGenerator.ps1
200000000
pf-size.csv
Pf-mailbox.csv
Note: The Maximum size is 25g
Open the last CSV Pf-mailbox.csv
Open Exchange Management Shell – Exchange 2013
New-Mailbox -PublicFolder PF-Mailbox2 -HoldForMigration:$true -Database ex2013
New-PublicFolderMigrationRequest -SourceDatabase (Get-PublicFolderDatabase -Server EXC2010) -CSVData (Get-Content C:\PF-Import\Pf-mailbox.csv -Encoding Byte)
Get-PublicFolderMigrationRequest | Get-PublicFolderMigrationRequestStatistics -IncludeReport | fl
Set-OrganizationConfig –PublicFoldersLockedForMigration:$true
Restart-Service MSExchangeIS
Set-PublicFolderMigrationRequest –Identity \PublicFolderMigration -PreventCompletion:$false
Resume-PublicFolderMigrationRequest –Identity \PublicFolderMigration
Migrate Public Folders to Exchange 2013 From Previous Versions