From Exchange Management Shell on 2007, go to the Exchange/Scripts folder and run:
.\AddReplicaToPFRecursive.ps1 –server my2007server –TopPublicFolder “\” –ServertoAdd
my2010server
This should add all the folder structure to the new 2010 PF database.
Once this is done, run the following to kick the process:
Get-publicfolder –identity “\” –recurse |update-publicfolder –server my2007server
You can check on the progress by running the Exchange Management Shell on 2010 and running:
Get-publicfolderstatistics
You might have to keep kicking it though as sometimes it just stops working.
No comments:
Post a Comment