Objective 6.3 Exchange 2010 Flashcards

Objective 6.3: Configure public folders for high availability.

1
Q

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.

A

replica

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

You should be aware that a public folder replica replicates according to a configured schedule that is typically set at the public folder ______ level.

A

database

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

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.

A

Set-PublicFolder

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

The following command configures the public folder MyPF, already present on database MyPublicFolderDB-1, to have a new replica on MyPublicFolderDB-2: ______.

A

Set-PublicFolder –Identity ‘\MyPF’ –Replicas ‘MyPublicFolderDB-1’, ‘MyPublicFolderDB-2’

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

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: ______.

A

Set-PublicFolder –Identity ‘\MyPF’ –Replicas ‘MyPublicFolderDB-2’

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

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.

A

Resume-PublicFolderReplication,

Update-PublicFolderHierarchy

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

The following command updates the public folder hierarchy on server VAN-EX1: ______.

A

Update-PublicFolderHierarchy –Server ‘VAN-EX1’

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

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.

A

Update-PublicFolder

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

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.

A

continuous

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

The exam might test that you know that, by default, content replication occurs every ______ minutes.

A

15

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

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: ______.

A
  1. Always Run
  2. Never Run
  3. Run Every Hour
  4. Run Every 2 Hours
  5. Run Every 4 Hours
  6. Use Custom Schedule
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

You can configure a public folder database replication schedule by using the EMS ______ cmdlet with the ReplicationPeriod and ReplicationSchedule parameters.

A

Set-PublicFolderDatabase

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

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: ______.

A

Set-PublicFolderDatabase –ReplicationPeriod ‘20’ –ReplicationSchedule ‘Always’ –Identity ‘MY-PF-DB’

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Configuring a replication schedule at the public folder level overrides the replication schedule configured at the public folder ______ level.

A

database

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

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.

A

Properties

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

You can configure individual public folder replication by using the Set-PublicFolder cmdlet with the ______ and UseDatabaseReplication Schedule parameters.

A

ReplicationShedule

17
Q

The following command configures the public folder named MyReplica hosted on server van-ex1.adatum.com to Always Replicate: ______.

A

Set-PublicFolder –Identity “\MyReplica’ –Server ‘van-ex1.adatum.com’ -UseDatabaseReplicationSchedule $false -ReplicationSchedule ‘Always’

18
Q

The exam might test that you know that message tracking records the ______ transport activity of all messages transferred to and from a computer running Exchange 2010 that has the Hub Transport, Edge Transport, or Mailbox server role installed.

A

SMTP

19
Q

You can track messages sent to or from public folders. Public folders are held on ______ servers, and you can configure message tracking on messages sent to and from such servers.

A

Mailbox

20
Q

You can track messages by the following ten conditions listed below: ______.

A
  1. recipients;
  2. sender;
  3. server;
  4. eventID;
  5. messageID;
  6. internalmessageID;
  7. subject;
  8. reference;
  9. start date and time; and
  10. end date and time.
21
Q

The exam might test that you know that you can back up public folders as a part of the normal Windows Server Backup process, but that performing public folder database recovery is ______ from performing mailbox database recovery.

A

different

22
Q

You cannot mount public folder databases as RDBs. You need to overwrite the existing database with the contents of the public folder database that you are recovering from backup. You accomplish this by enabling the ______ option for the public folder database prior to overwriting it with the restored files.

A

This Database Can Be Overwritten By A Restore

23
Q

You can configure this (This Database Can Be Overwritten By A Restore) option by editing the database Properties dialog box. You can also use the ______ cmdlet with the AllowFileRestore parameter set to $true.

A

Set-PublicFolderDatabase

24
Q

You can recover specific deleted public folders by using ______. You can do this as long as the deleted public folder is within its retention period.

A

Outlook

25
Q

You can configure the retention period for a public folder database by using the ______ cmdlet or through the EMC. The default deleted item retention period for public folder databases is 14 days.

A

Set-PublicFolderDatabase

26
Q

The public folder PF-01 already exists on database PFDB-01. What EMS command do you issue to create a new replica of this public folder on public folder database PFDB-02?

A

You issue the Set-PublicFolder –Identity ‘\PF-01’ –Replicas ‘PFDB-01’,’PFDB-02’ command.

27
Q

What EMS cmdlet and parameter can you use to configure the replication period for a public folder database?

A

You can use the Set-PublicFolderDatabase cmdlet with the ReplicationPeriod parameter.

28
Q

You want to configure the public folder MyReplica hosted on server van-ex1.adatum.com so that it does not use the default replication schedule specified by its public folder database but instead always replicates. What EMS command do you issue?

A

You issue the Set-PublicFolder –Identity ‘\MyReplica’ –Server ‘van-ex1.adatum.com’ -UseDatabaseReplicationSchedule $false -ReplicationSchedule ‘Always’ command.

29
Q

You need to overwrite an existing database with the contents of the public folder database that you are recovering from backup. What two methods can you use to accomplish this?

A

You can edit the database Properties dialog box in the EMC or you can use the EMS Set-PublicFolderDatabase cmdlet with the AllowFileRestore parameter set to $true.

30
Q

Your Technical Director knows a little about Exchange and suggests that you create a DAG to ensure the high availability of your organization’s public folders. What do you tell her?

A

You cannot use DAGs to ensure that public folders are highly available. Instead, you can configure public folder replicas.