Description
This script adds multiple public folder servers to all public folders below a TopPublicFolder.
The script has been developed as part of an on-premise legacy public folder migration from Exchange 2007 to Exchange Server 2010.
The script waits for a given time span of seconds to let public folder hierarchy replication and replica backfill requests kick in.
It is assumed that the script is being run in an Exchange 2007 or Exchange 2010 server.
Examples
# Add replicas for SERVER01,SERVER02 to all sub folders of COMMUNICATIONSPR. Add-PFReplica.ps1 -ServersToAdd SERVER01,SERVER02 -PublicFolderServer SERVER01 ` -TopPublicFolder "COMMUNICATIONSPR"
Version History
- 1.0, Initial community release
- 1.1, Fixes to run properly with Exchange 2010
Links
- Download and follow at Github: https://github.com/Apoc70/Add-PFReplica
Follow
- Twitter @stensitzki