Moving Public Folder Replicas to Ex2010
Migrate Public Folders to Exchange Server 2010 from 2003
For most Exchange Server organizations migrating public folders is as simple as moving replicas from one server to another. This can be achieved using one of two methods:
- Moving all Public Folder replicas using the Exchange 2003 System Manager console
- Moving all Public Folder replicas using the Exchange 2010 Management Shell
Either method will work in just about any scenario, it just comes down to which one you’re most comfortable using.
Moving all Public Folder Replicas to Exchange Server 2010 Using the Exchange 2003 System Manager Console
In this example scenario the public folders hosted on the Head Office Exchange 2003 server are being moved to the Head Office Exchange 2010 Mailbox server.
As with mailbox migrations public folder migrations can generate heavy disk I/O on the source server, and will generate a lot of transaction logging that consumes free disk space on the target server.
On an Exchange 2003 server open Exchange System Manager. Navigate to the server that currently hosts the public folder replicas, and browse to the public folder Instances folder of the public folder database.Note the public folder instances currently on this server.
Public Folder Instances shown in the Exchange 2003 System Manager console
Move all Public Folder Replicas
Choose the database to move the Public Folder replicas to
Note that moving Public Folder replicas can take some time
All public folder replicas have been moved
Moving all Public Folder Replicas to Exchange Server 2010 Using the Exchange Management Shell
Public folder replicas can also be moved using the Exchange Management Shell. In this example the public folders hosted on the Branch Office Exchange 2003 server will be moved to the Branch Office Exchange 2010 Mailbox server.On the Exchange 2010 server open the Exchange Management Shell. Navigate to the scripts folder of the Exchange installation folder.
[PS] C:\>cd $env:exchangeinstallpath\scriptsMicrosoft has supplied a PowerShell script called MoveAllReplicas.ps1 for moving public folder replicas. Run the script with the following parameters:
- -Server is the name of the Exchange 2003 server
- -NewServer is the name of the Exchange 2010 server
[PS] C:\Program Files\Microsoft\Exchange Server\V14\scripts>.\MoveAllReplicas.ps1 -Server ESP-BR-DC -NewServer ESP-BR-EX2010
You can use the same method as with the Exchange System Manager console technique to determine when all replicas have been moved.
Comments
Post a Comment