Hello,
I am using Microsoft Exchange Outlook 2010 on my computer. I wish to add a duplicate for one of the folders. Can someone tell me about exchange 2010 add public folder replica using Exchange Management Shell?
Here is the screenshot of “Replication” properties in my exchange 2010.
Learn Exchange 2010 Add Public Folder Replicain Detail.
Just follow these steps to configure folder replication using Exchange Management Shell.
- First, if you wish to set “My Public Folder”to ensure it does not use the default schedule of the public folder replication database and also, replicates to PFDatabase03 on Server03andPFDatabase02 on Server02, run the command given below:
Set-PublicFolder “\My Public Folder” -UseDatabaseReplicationSchedule: $False – Replicas “Server03\PFDatabase03″,”Server02\PFDatabase02”
- Secondly, if you want to set a public folder, so it uses the default schedule of the public folder, run the command below:
Set-PublicFolder “\My Public Folder” -ReplicationSchedule Always
- Also, if you wish to enable a public folder such that it replicates during the weekend only, then run this command:
Set-PublicFolder \MyPublicFolder -ReplicationSchedule “Saturday.12:00 AM- Monday. 12:00 AM”