Just going through a 2003 to 2010 migration and am having issues with the replication of the public folders. They exist on the 2003 server but they don’t appear on the 2010 server.
So here is what I’ve done so far
cd "c:\program files\microsoft\exchange server\v14\scripts"
.\AddReplicaToPFRecursive.ps1 -TopPublicFolder "\" -ServerToAdd "FS02"
.\AddReplicaToPFRecursive.ps1 -TopPublicFolder "\NON_IPM_Subtree" -ServerToAdd "FS02"
.\MoveAllReplicas.ps1 -Server "SERVER1" -NewServer "FS02"
When I discovered that wasn’t working, I created a new routing group connector
New-RoutingGroupConnector -Name 2003-2010Connector -SourceTransportServers "SERVER1" -TargetTransportServers "FS02" -Cost 100 -Bidirectional $true
And then ran the three replica statements again
When I type in Get-PublicFolder, all I receive back is
[PS] C:\program files\microsoft\exchange server\v14\scripts>Get-PublicFolder
Name Parent Path
---- -----------
IPM_SUBTREE
Just to make sure that the public folder was working on the new exchange 2010 server, I created a test folder and that imediately showed up when I browsed the public folder in the administrator outlook email
Any help would be appreciated