
Migrate Public Folders Exchange 2010 Sp3 to Exchange 2013 Video
Migration Exchange 2010 Sp3 to Exchange 2013 Video Link
Download Microsoft Exchange 2013 Public Folders Migration Scripts
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-ImportPf-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
Red Mor