Objective 6.3 Exchange 2010 Flashcards
Objective 6.3: Configure public folders for high availability.
The exam might test that you are aware that a content ______ is a copy of a public folder that includes that folder’s content and replicates only to the public folder databases that you choose.
replica
You should be aware that a public folder replica replicates according to a configured schedule that is typically set at the public folder ______ level.
database
You can use the EMS ______ cmdlet with the Replicas parameter to add a public folder replica and specify on which public folder databases the replica should reside.
Set-PublicFolder
The following command configures the public folder MyPF, already present on database MyPublicFolderDB-1, to have a new replica on MyPublicFolderDB-2: ______.
Set-PublicFolder –Identity ‘\MyPF’ –Replicas ‘MyPublicFolderDB-1’, ‘MyPublicFolderDB-2’
To remove a public folder replica, you change the list of public folder databases after the Replicas parameter in the preceding command. For example, the following command removes the replica from database MyPublicFolderDB-1, where public folder MyPF has replicas on public folder databases MyPublicFolderDB-1 and PublicFolderDB-2: ______.
Set-PublicFolder –Identity ‘\MyPF’ –Replicas ‘MyPublicFolderDB-2’
You can resume public folder replication by using the EMS ______ cmdlet and trigger an update of the public folder hierarchy by using the EMS ______ cmdlet.
Resume-PublicFolderReplication,
Update-PublicFolderHierarchy
The following command updates the public folder hierarchy on server VAN-EX1: ______.
Update-PublicFolderHierarchy –Server ‘VAN-EX1’
You can trigger the update of a particular replica by using the ______ cmdlet. You can also right-click the replica in Public Folder Management Console, and then click Update Content.
Update-PublicFolder
You should be aware that replication schedules determine how often Exchange updates a specific public folder replica, because Exchange 2010 public folders do not support ______ replication and replicate on a periodic basis.
continuous
The exam might test that you know that, by default, content replication occurs every ______ minutes.
15
If you are using the EMC, you can configure the replication period by editing the public folder database Properties dialog box. The replication periods that you can set are the six that follow: ______.
- Always Run
- Never Run
- Run Every Hour
- Run Every 2 Hours
- Run Every 4 Hours
- Use Custom Schedule
You can configure a public folder database replication schedule by using the EMS ______ cmdlet with the ReplicationPeriod and ReplicationSchedule parameters.
Set-PublicFolderDatabase
You use the EMS Set-PublicFolderDatabase cmdlet for this purpose. When using the ReplicationSchedule parameter, you can configure specific times or choose the Always option, in which case, replication occurs according to the set period. For example, the following command sets replication to occur every 20 minutes on a public folder database named MY-PF-DB: ______.
Set-PublicFolderDatabase –ReplicationPeriod ‘20’ –ReplicationSchedule ‘Always’ –Identity ‘MY-PF-DB’
Configuring a replication schedule at the public folder level overrides the replication schedule configured at the public folder ______ level.
database
You can configure a replication schedule at the public folder level by editing the settings in the ______ dialog box of a specific public folder replica. You can configure the same replication intervals that are available for public folder database replication.
Properties