Objective 7.1 Exchange 2010 Flashcards

Objective 7.1: Configure records management.

1
Q

The exam might check that you are aware that a managed default folder is a ______ folder (such as Inbox) that appears in Office Outlook 2007 and 2010 by default, to which MRM has been applied, and that a managed custom folder is a managed folder that you create and place in a user mailbox for MRM purposes.

A

mailbox

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

You can use the EMS ______ cmdlet to create a managed default folder. You can also use the EMC New Managed Default Folder Wizard.

A

New-ManagedFolder

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

The following command creates a managed default folder named Management-Inbox with the comment “Messages are removed from the Inbox folder after 90 days”: ______.

A

New-ManagedFolder -Name “Management-Inbox” -DefaultFolderType Inbox -Comment “Messages are removed from the Inbox folder after 90 days” -MustDisplayComment $true

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

You can create a managed custom folder by using the EMC or the EMS. You can use the EMC New Managed Custom Folder Wizard. You can also use the EMS ______ cmdlet.

A

New-ManagedFolder

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

The following command creates the managed custom folder Business-Critical with a folder quota of 1 GB and enables a folder comment: ______.

A

New-ManagedFolder -Name “Business-Critical” -FolderName “Business-Critical” -StorageQuota 1GB -Comment “This is a managed folder with a 1GB storage limit.” -MustDisplayComment $true

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

You need to know what steps to take to group one or more managed folder RPTs and use them to create a ______ policy that you can apply to one or more mailboxes.

A

retention

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

You use the EMS ______ cmdlet to create a retention policy.

A

New-RetentionPolicy

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

The following command creates a retention policy called Sales_Policy that uses the RPT Tag-EXAMPLE-DeletedItems: ______.

A

New-RetentionPolicy –Name “Sales_Policy” -RetentionPolicyTagLinks “Tag-EXAMPLE-DeletedItems”

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

You can link multiple RPTs to a retention policy. For example, the following command links the Managers_RPT, Executives_RTP, and Directors_RPT to the Senior_Staff retention policy: ______.

A

New-RetentionPolicy –Name “Senior_Staff” -RetentionPolicyTagLinks “Managers_RPT”,”Executives_RTP”,”Directors_RPT”

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

The EMS ______ cmdlet reconfigures an existing retention policy.

A

Set-RetentionPolicy

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

The following command modifies the policy Sales_Policy to link the retention policy tag MyRetentionPolicyTag: ______.

A

Set-RetentionPolicy “Sales_Policy” -RetentionPolicyTagLinks “MyRetentionPolicyTag”

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

To replace a current retention policy with a new retention policy, you need to use the EMS ______ cmdlet to obtain details of the current policy and store these in a variable. You then filter by using this variable to obtain the mailboxes that have the current retention policy applied to them and apply the new policy to each of these mailboxes.

A

Get-RetentionPolicy

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

The following command applies the new retention policy New-Retention-Policy to all mailboxes that currently have the policy Old-Retention-Policy applied to them: ______.

A

$OldPolicy={Get-RetentionPolicy “Old-Retention-Policy”}.distinguishedName | Get-Mailbox -Filter {RetentionPolicy -eq $OldPolicy} -Resultsize Unlimited | Set-Mailbox -RetentionPolicy “New-Retention-Policy”

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

The exam might test that you know how to link or unlink RPTs from a custom retention policy, and that a mailbox cannot have more than ______ retention policy at a time.

A

one

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

Remember that if you configure a retention policy with no RPTs linked to it, you can experience mailbox items that ______ expire.

A

never

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

You can use the EMS ______ cmdlet but not the EMC to assign a retention policy to a mailbox.

A

Set-Mailbox

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

The following command assigns the retention policy Accounting to the Don Hall mailbox: ______.

A

Set-Mailbox “Don Hall” -RetentionPolicy “Accounting”

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

Retention policies can be assigned to mailboxes or distribution groups. If you assign a retention policy to a distribution group, the policy is assigned to all ______ in the group.

A

mailboxes

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

If a mailbox already has a different policy assigned to it, the previous policy assignment is ______.

A

overwritten

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

The following command assigns the Retention policy Marketing_RPT to members of the distribution group Marketing: ______.

A

Get-DistributionGroupMember -Identity “Marketing” | Set-Mailbox –RetentionPolicy “Marketing_RTP”

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

When users are added to or removed from a distribution group, their mailbox retention policy ______ automatically updated. To ensure that a policy is applied to new distribution group members, you need to rerun the command that applies the policy.

A

is not

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

A retention policy can support any number of personal tags but only one ______.

A

default policy tag (DPT)

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

An RPT is a retention tag applied to default folders, such as Inbox and Deleted Items. You can apply a DPT to ______ to manage the retention of items that do not already have a retention tag applied.

A

mailboxes

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

A personal tag is a retention tag available to OWA and Outlook 2010 users for applying retention settings to ______ folders and to individual items such as email messages.

A

custom

25
Q

Exchange Server 2010 ______ support the creation of RPTs for the Calendar, Contacts, Journal, Notes, and Tasks default folders. You can create RPTs for the Deleted Items, Drafts, Inbox, Junk E-mail, Outbox, Sent Items, RSS Feeds, Sync Issues, and Conversation History default folders.

A

does not

26
Q

You can use the EMS ______ cmdlet to create RTPs, DPTs, and personal tags. You cannot use the EMC for this purpose.

A

New-RetentionPolicyTag

27
Q

The following command creates an RPT for the default folder Deleted Items. When the tag is applied to a mailbox, items in the Deleted Items folder are permanently deleted in 45 days: ______.

A

New-RetentionPolicyTag “Tag-EXAMPLE-DeletedItems” -Type “DeletedItems” -Comment “Deleted Items purged in 45 days” -RetentionEnabled $true -AgeLimitForRetention 45 -RetentionAction PermanentlyDelete

28
Q

The following command creates a DPT. When the tag is applied to a mailbox, items without an inherited or explicitly applied retention tag are moved to the Deleted Items folder after 180 days: ______.

A

New-RetentionPolicyTag “Tag-EXAMPLE-Default” -Type All -Comment “Items without a retention tag are deleted after 180 days.” -RetentionEnabled $true -AgeLimitForRetention 180 -RetentionAction MoveToDeletedItems

29
Q

The following command creates a personal tag named Tag-PersonalArchive.Items to which the tag is applied are moved to the personal archive after 365 days: ______.

A

New-RetentionPolicyTag “Tag-PersonalArchive” -Type Personal -Comment “Tagged messages are moved to the archive after 365 days.” -RetentionEnabled $true -AgeLimitForRetention 365 -RetentionAction MoveToArchive

30
Q

Remember that the ______ cmdlet creates RPTs, DPTs and personal tags, and that DTPs have a Type setting of All.

A

New-RetentionPolicyTag

31
Q

You use the EMS ______ cmdlet to modify an RPT, DPT, or personal tag.

A

Set-RetentionPolicyTag

32
Q

The following command modifies the RPT Tag-EXAMPLE-DeletedItems so that items in the Deleted Items folder are permanently deleted after 30 days: ______.

A

Set-RetentionPolicyTag “Tag-EXAMPLE-DeletedItems” –AgeLimitForRetention 30

33
Q

You can use the EMS ______ cmdlet to configure an existing managed folder. You can use this cmdlet to configure both default and custom managed folders.

A

Set-ManagedFolder

34
Q

The following command sets the storage quota for the managed folder Company-Inbox to 100 KB: ______.

A

Set-ManagedFolder Company-Inbox -StorageQuota 100KB

35
Q

Managed content settings are used to define message retention settings and retention action for ______ folders.

A

managed

36
Q

You can control message life span by controlling content retention and removing content that is no longer needed, and by automatically copying important content to a separate storage location outside the mailbox. This process is known as ______.

A

journaling

37
Q

The journaling storage location can be any location that has an ______ email address.

A

SMTP

38
Q

You can use the EMC New Managed Content Settings Wizard to create managed content settings. You can also use the EMS ______ cmdlet.

A

New-ManagedContentSettings

39
Q
The following command creates managed content settings for the managed default folder Calendar with the name MyCalendarContentSettings, the message class CalendarItems, an age limit for retention of 30 days, and the retention
 action MoveToDeletedItems: \_\_\_\_\_\_.
A

New-ManagedContentSettings -FolderName Calendar -MessageClass CalendarItems -Name MyCalendarContentSettings -RetentionEnabled $true -RetentionAction MoveToDeletedItems -AgeLimitForRetention 30

40
Q

You can use the EMS ______ cmdlet to reconfigure existing managed content settings. You can also use the EMC to edit the managed content settings in the managed default folders tab or the managed custom folders tab of the mailbox Properties dialog box.

A

Set-ManagedContentSettings

41
Q

The following command configures the managed content setting Management-Inbox settings to apply a retention age of 100 days, delete messages on expiration, and allow recovery: ______.

A

Set-ManagedContentSettings -Identity “Management-Inbox settings” -RetentionEnabled $true -AgeLimitForRetention 100 -RetentionAction DeleteAndAllowRecovery

42
Q

The exam might check that you are aware that when a managed folder mailbox policy is applied to users’ mailboxes, all the managed folders that linked to the policy are deployed in a ______ operation.

A

single

43
Q

You should know that you can create as many managed folder mailbox policies as you need and add as many managed folders to each policy as you want. However, each user mailbox can be linked to ______ managed folder mailbox policy.

A

only one

44
Q

If your organization has ______ managed folders, you can add them to the managed folder mailbox policy as you create it.

A

existing

45
Q

You can also add or remove managed folders from a managed folder mailbox policy any time after the policy is created. After you assign a managed folder mailbox policy to a mailbox user, the managed folders and settings are applied to the mailbox when the ______ runs and processes the mailbox.

A

Managed Folder Assistant

46
Q

Managed content settings that are applied to the ______ Mailbox folder control every folder in the mailbox except managed custom folders and default folders and their subfolders.

A

Entire

47
Q

If a default folder in a mailbox is not ______ to a managed folder mailbox policy, then the Entire Mailbox policy will apply to that default folder.

A

linked

48
Q

You can use the EMC New Managed Folder Mailbox Policy Wizard to create a managed folder mailbox policy. You can also use the EMS ______ cmdlet for this purpose.

A

New-ManagedFolderMailboxPolicy

49
Q

The following command creates the managed folder mailbox policy MyManagedFolderMailboxPolicy and links the Inbox managed default folder and the Business-Critical managed custom folder to the policy: ______.

A

New-ManagedFolderMailboxPolicy -Name “MyManagedFolderMailboxPolicy” -ManagedFolderLinks Inbox,”Business-Critical”

50
Q

When you have created a managed folder mailbox policy, you can modify it by using the ______ cmdlet. You can also edit the policy Properties dialog box in the EMC.

A

Set-ManagedFolderMailboxPolicy

51
Q

The following command adds the Calendar managed default folder to the managed folder mailbox policy MyMailboxPolicy: ______.

A

Set-ManagedFolderMailboxPolicy -Identity MyMailboxPolicy -ManagedFolderLinks Calendar

52
Q

When you apply a managed folder mailbox policy to user mailboxes, all the managed folders linked to the policy are deployed in a single operation. You can use the EMC to modify the Properties dialog box of the appropriate mailbox, or you can use the ______ cmdlet.

A

Set-Mailbox

53
Q

The following command applies the MyManagedFolderMailboxPolicy to the Don Hall mailbox: ______.

A

Set-Mailbox -Identity “Don Hall” -ManagedFolderMailboxPolicy MyManagedFolderMailboxPolicy

54
Q

You are creating RPTs for default folders on a computer running Exchange Server 2008 SP2. For what default folders can you create an RTP?

A

You can create RPTs for the Deleted Items, Drafts, Inbox, Junk E-mail, Outbox, Sent Items, RSS Feeds, Sync Issues, and Conversation History default folders.

55
Q

What two methods can you use to create a new managed default folder?

A

You can use the EMC New Managed Default Folder Wizard or the EMS New-ManagedFolder cmdlet.

56
Q

What EMS cmdlet do you use to create managed content settings for a managed default folder?

A

You can use the New-ManagedContentSettings cmdlet.

57
Q

What EMS cmdlet do you use to create a retention policy?

A

The New-RetentionPolicy cmdlet.

58
Q

You want to apply the managed folder mailbox policy SalesPolicy to the Don Hall mailbox. What EMS command do you issue?

A

You issue the Set-Mailbox -Identity “Don Hall” -ManagedFolderMailboxPolicy SalesPolicy command.