Search

Friday 25 February 2011

Exchange 2010 public folders

If you are trying to replicate content from 2007 to 2010, prepare for some pain. It just doesn't seem to work very consistently.
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