You have an Exchange organization. All servers in the organization have Exchange Server
2010 Service Pack 1 (SP1) installed.
You create a retention policy and apply the policy to all of the mailboxes in the organization.
You need to add a default policy tag to a retention policy.
The tag must move all e-mail messages automatically to a Personal Archive six months after
the messages are received.
What should you do first?
A.
Modify the management role groups.
B.
Modify the User Role Assignment Policy.
C.
Create a Retention Policy Tag that uses the Personal Folders tag type.
D.
Create a Retention Policy Tag that uses the All other folders tag type.
E.
Run the set-retentionpolicytag -identity never delete-type all command.
F.
Run the set-mailbox -identity user1-retentionholdenabled $true command.
G.
Run the set-retentionpolicytag -identity never delete-type Personal command.
H.
Run the set-mailbox -identity user1-singleitemrecoveryenabled $true command.
I.
Run the get-retentionpolicytag | set-retentionpolicytag -retentionenabled $false command.
Explanation:
You can’t create Retention Policy Tags (RPTs – for default folders such as Inbox and
Deleted Items) with the Move to Archive action.
The Move To Archive action is only supported for Default Policy Tag (Type = ‘All’) or
Personal Tags.
The former apply to entire mailbox. The latter can be used by Outlook 2010/OWA users to
tag individual folders or items.
And you need to create an archive mailbox for the user.
So the correct command as the following. And if you need to new a DPT, please use type
“all”.
New-RetentionPolicyTag “InboxMovetoArchive30days” -Type “All/Personal” -Comment
“Inbox move to archive in 30 days” -RetentionEnabled $true -AgeLimitForRetention 30 –
RetentionAction MovetoArchive
New-RetentionPolicy “ManagedFoldersRetentionPolicy” -RetentionPolicyTagLinks “
InboxMovetoArchive30days”
Other information for your reference.
Personal Folder Retention Tag not working (Exchange 2010 SP1):
http://social.technet.microsoft.com/Forums/en-AU/exchange2010/thread/8289a667-1504-
46d7-ac65-ff0560ec3fa0
Create a Retention Tag:
http://technet.microsoft.com/en-us/library/ff625223.aspx
Exchaneg 2010 SP1 Possible Bug, Cannot create move to archive retention tag on inbox,
but can create a new one and edit and assign inbox to it:
http://social.technet.microsoft.com/Forums/en-US/exchange2010/thread/4b87d412-3350-
4b0d-9364-03e6366bd35e/