As part of an Exchange 2010 migration the next step was to move the public folders over, easy enough except this customer had hundreds of them. After creating new Public Folder stores on the new servers it was time to hit shell mode.
The scripts needed were:
- cd “Exchange scripts directory”
- .\AddReplicaToPFRecursive.ps1 -server “oldserver” -TopPublicFolder “\” -ServerToAdd “new server”
- .\AddReplicaToPFRecursive.ps1 -server “oldserver” -TopPublicFolder “\NON_IPM_SUBTREE” -ServerToAdd “new server”
Then it’s just time to wait for replication
Simon Treadaway
This blog is maintained by Simon Treadaway.Simon is a Senior Infrastructure Architect working in London, UK.
Latest posts by Simon Treadaway (see all)
- Add replicas on Exchange 2010 Public Folders - 25/08/2016
- Remove all aliases for a domain in Office 365 - 24/08/2016
- Installing Exchange 2010 SP3 Rollups on Server 2012 - 12/07/2016
Add replicas on Exchange 2010 Public Folders