Objective 2.5 Exchange 2010 Flashcards

Objective 2.5: Create and configure public folders.

1
Q

You can use the EMS ______ cmdlet to create a public folder. For example, the following command creates a new public folder named Child-Folder under the existing public folder Parent-Folder on server gla-ex1.contoso.com: ______.

A

New-PublicFolder,

New-PublicFolder –Name ‘Child-Folder’ –Path ‘\Parent-Folder’ –Server ‘gla-ex1.contoso.com’

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

You can mail-enable a public folder by using the ______ Console from the EMC Toolbox node. You can also use the EMS ______ cmdlet. For example, the following command mail-enables the Sales public folder: ______.

A

Public Folder Management,

Enable-MailPublicFolder,

Enable-MailPublicFolder –Identity “\Sales”

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

You can configure deleted item retention time in the public folder ______ dialog box, which you can access from the Public Folder Management Console. You can also use the EMS ______ cmdlet for this purpose. For example, the following command sets the deleted item retention time to 20 days on the public folder MyPublicFolder: ______.

A

Properties,

Set-PublicFolder,

Set-PublicFolder –Identity “MyPublicFolder” –RetainDeletedItemsFor 20.00:00:00 –UseDatabaseRetentionDefaults $false

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

You can use the ______ cmdlet to configure public folder message size limits. For example, the following command sets a 1 MB item size limit on the public folder Sales: ______

A

Set-PublicFolder,

Set-PublicFolder –Identity ‘\Sales’ –MaxItemSize 1MB –UseDatabaseQuotaDefaults $false

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

You can use the ______ cmdlet to configure the maximum receive size for a mail-enabled public folder. For example, the following command configures the Sales public folder with a maximum receive size of 1 MB for items sent to the folder through email: ______.

A

Set-MailPublicFolder,

Set-MailPublicFolder –Identity ‘\Sales’ –MaxReceiveSize 1MB

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

To configure age limits, you use the ______ cmdlet (not the Get-PublicFolder cmdlet). For example, the following command sets the age limit for the Sales public folder to 28 days: ______.

A

Set-PublicFolder,

Set-PublicFolder –Identity ‘Sales’ –AgeLimit 28 –UseDatabaseAgeDefaults $false

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

You can use the EMS ______ cmdlet to view the size of items and attachments in a public folder. For example, the following command displays the statistics for the public folder Sales: ______.

A

Get-PublicFolderItemStatistics,

Get-PublicFolderItemStatistics –Identity “/Sales”

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

You can use the ______ (not the Get-PublicFolderItemStatistics) cmdlet to configure warning and maximum size quotas for a public folder. You can use this cmdlet to configure the IssueWarningQuota and ProhibitPostQuota parameters.

A

Set-PublicFolderItemStatistics

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

You can create public folders by using the Outlook or ______ email client.

A

OWA

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

The eight (8) Exchange 2010 pre-defined public folder roles and associated rights are as follows: ______.

A
  1. Owner,
  2. PublishingEditor,
  3. Editor,
  4. PublishingAuthor,
  5. Author,
  6. Non-EditingAuthor,
  7. Reviewer,
  8. Contributor.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

To view administrative permissions settings on public folders, you use the EMS ______ cmdlet. To view client permissions settings, you use the EMS ______ cmdlet. For example, the following command displays administrative access rights for the Company-Policy public folder: ______.

A

Get-PublicFolderAdministrativePermission,

Get-PublicFolderClientPermission,

Get-PublicFolderAdministrativePermission –Identity “\Company-Policy” | FL

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

You use the EMS ______ cmdlet to assign client permissions to a public folder. For example, the following command grants Andy Jacobs the PublishingEditor permission to the Company-Policy public folder: ______.

A

Add-PublicFolderClientPermission,

Add-PublicFolderClientPermission –Identity “\Company-Policy” –AccessRights PublishingEditor –User “Andy Jacobs”

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

There are two methods by which you can grant users administrative permissions to public folder. You can add the user to the ______ role group or you can use the EMS ______ cmdlet. For example, the following command adds Julian Isla to the Public Folder Management role group: ______.

A

Public Folder Management,

Add-PublicFolderAdministrativePermission,

Add-RoleGroupMember –Identity “Public Folder Management” –Member “Julian Isla”

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

You can use the ECP to add members to a management role group. To use the ECP, navigate to ______ in the EMC console, and then double-click ______. This opens the User Editor in the ECP.

A

Toolbox,

Role Based Access Control (RBAC) User Editor

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

You can also use the EMS ______ cmdlet to add members to a management role group. For example, the following command adds the Kim Akers mailbox to the Chicago Administrators role group: ______.

A

Add-RoleGroupMember,

Add-RoleGroupMember “Chicago Administrators” -Member “Kim Akers”

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

If you need to give a user permission to carry out public folder tasks throughout your organization, for example, configuring replication by using the Set-PublicFolder cmdlet, add that user to the ______ role group.

A

Public Folder Management

17
Q

Set-PublicDatabase cmdlet parameters such as UseDatabase AgeDefaults, UseDatabaseQuotaDefaults, and UseDatabaseRetentionDefaults specify whether to use the database ______.

A

limits

18
Q

You create a public folder named Company-Policy on a Mailbox server in your Exchange 2010 organization. You want to delegate the task of configuring this public folder to replicate to all Mailbox servers in your organization to Don Hall. Don needs to be able to run the Set-PublicFolder cmdlet to configure the replication schedule. What action should you take?

A

Add Don Hall to the Exchange Public Folder Administrators management role.

19
Q

Kim Akers has the right to create a new public folder that is a child of the Sales public folder. Kim is an ordinary user with no Exchange administrative privileges. What tool can Kim use to create and manage this public folder?

A

Kim can use an email client, for example, Outlook or OWA.

20
Q

What EMC tool can you use to configure the maximum item size of a single public folder?

A

You can use the Limits tab of the public folder Properties dialog box, which you can access from the Public Folder Management Console.

21
Q

You want to assign the PublishingAuthor role for the Sales public folder to the members of a security group in an OU. What EMS cmdlet can you use?

A

You can use the Add-PublicFolderClientPermission cmdlet.

22
Q

You want to enable Kim Akers to view the Company-Policy public folder, create items, read items, and edit and delete any item. You do not want to grant Kim any excessive privileges. To what public folder role do you add her account?

A

Editor.

23
Q

The ______ public folder role can read folder contents, view and move folder, read items, create edit and delete items and subfolders, and configure permissions. This role is the contact for the public folder.

A

Owner

24
Q

The ______ public folder role can view the folder, read items, create items, edit and delete all items, and create subfolders.

A

PublishingEditor

25
Q

The ______ public folder role can view the folder, create items, read items, and edit and delete any item.

A

Editor

26
Q

The ______ public folder role can view the folder, create subfolders, create items, read items, and delete all items, but edit only her own items.

A

PublishingAuthor

27
Q

The ______ public folder role can view the folder, create items, and read items, but delete and edit only his own items.

A

Author

28
Q

The ______ public folder role can view the folder, create items, and read items.

A

Non-EditingAuthor

29
Q

The ______ public folder role can only view the folder and read items.

A

Reviewer

30
Q

The ______ public folder role can only view the folder and create items.

A

Contributor