Link to home
Start Free TrialLog in
Avatar of quickslvr
quickslvrFlag for Switzerland

asked on

PF Replication on two Exchange Servers

i have migrated from exchange 2003 to 2010. now both servers are still present. before we can turn the old one off, i have to ensure that the PF Replication on both Exchange Servers works properly.

how do i do that?
Avatar of getzie
getzie

Powershell will do it. There is a script for this very purpose in the scripts directory of your Exchange 2010 server: C:\Program Files\Microsoft\Exchange Server\V14\Scripts (by default).
Then:
>.\AddReplicaToPFRecursive.ps1 -TopPublicFolder "\" -ServerToAdd "MyEx2010Server"

I'm assuming you want all public folders and thus the \.  Since it's 2003 there is no requirement for the -Server command that you will find on the web (it will tell you that it won't work because the server is running 2003).
ASKER CERTIFIED SOLUTION
Avatar of isaman07
isaman07
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of quickslvr

ASKER

ok, to recapitulate: i need to replicate the PF to both servers for the next, say two weeks.

old server:exch01      2003
new server: exch02    2010

from exch02 i run: >.\AddReplicaToPFRecursive.ps1 -TopPublicFolder "\" -ServerToAdd "exch02"
Yes.  That will add a replica to all public folders on the 2003 server to the 2010 server.
ok.
now i see that the free/busy is not replication properly.

how can i fix this?