Avatar of quickslvr
quickslvr
Flag 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?
Exchange

Avatar of undefined
Last Comment
quickslvr

8/22/2022 - Mon
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
isaman07

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
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"
getzie

Yes.  That will add a replica to all public folders on the 2003 server to the 2010 server.
Your help has saved me hundreds of hours of internet surfing.
fblack61
quickslvr

ASKER
ok.
now i see that the free/busy is not replication properly.

how can i fix this?