You Had Me At EHLO... : Administration of Public Folders with the introduction of Exchange 2007: "4. How can I force public folder replication to Exchange 2007?
Replication of information from Exchange 2003 to Exchange 2007 is a combination of the hierarchy information and the content for each of the replicas.
To initiate hierarchy and content replication, use the 'Resend changes' and 'Synchronize content' options in Exchange 2003 ESM. Read more about those here.
Use the following Exchange Management Shell script to push hierarchy from a 2007 server:
Update-publicfolderhierarchy –server <2007 server that is the source of the replication hierarchy>
Use the following Exchange Management Shell script to push content from a 2007 server :
Update-publicfolder –id -server <2007 server that is the source of the replication data>
Of course, you can read more about CMDlets used above in Exchange 2007 documentation.
- 已使用 Google 工具列寄出"