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
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).
Then:
>.\AddReplicaToPFRecursive
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).