IT tutorials
 
Technology
 

Microsoft Exchange Server 2013 : Messaging records management (part 6) - Customizing retention policies for specific mailboxes, User interaction with retention policies

10/26/2014 9:12:33 PM
- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019

Modifying a retention policy

Policies can evolve over time by the addition or removal of tags. The easiest way to modify a retention policy is to edit it with EAC; the console will take care of all complexities involved in selecting whatever tags you want to add to or remove from the policy and then making sure that the tags are processed correctly. If you want, you can do the same work with EMS, but this is not recommended because great care must be taken to ensure that the retention tags are written correctly into the policy.

Customizing retention policies for specific mailboxes

You can tailor the retention policy for a specific user by assigning personal tags on a per-mailbox basis. You can do this only if a retention policy already applies to the user’s mailbox. For example, assume that you want to assign a new personal tag to a user so he can mark an item to be moved into the archive after a year. You can do this as follows:

Set-RetentionPolicyTag –Mailbox JSmith –OptionalInMailbox '5 Year Delete'

Exchange adds the optional tag to the set of tags covered in the retention policy that already applies to the mailbox and makes the expanded set available the next time the user connects. Unfortunately, no cmdlet is available to report whether a mailbox has been assigned optional tags. If you examine a mailbox with Get-Mailbox, it tells you only whether a retention policy is assigned. Therefore, if you want to change the list of optional tags assigned to a mailbox, you have to write the complete list with Set-RetentionPolicyTag. For example, to add a tag to the one that has already been assigned, use this command:

Set-RetentionPolicyTag –Mailbox JSmith –OptionalInMailbox '5 Year Delete', '2 Year Delete'

EMS doesn’t validate that the tags you assign to a mailbox will be effective. For example, you can assign a new archive tag to a mailbox that doesn’t have a personal archive. This is really a null operation because neither Outlook Web App nor Outlook displays archive tags if the mailbox doesn’t have a personal archive.

To remove all optional retention tags from a mailbox, set the list to $Null as follows:

Set-RetentionPolicyTag –Mailbox JSmith –OptionalInMailbox $Null

Inside Out Accessing personal tags through Outlook Web App

Exchange makes accessing personal tags easier by allowing users to see a list of available personal tags through the Outlook Web App Options list to decide which personal tags they would like to use. Figure 11 shows the option exposed through the Organize Email section of Outlook Web App Options. A retention policy must be in effect for a user’s mailbox, and the MyRetentionPolicies setting of the user role assignment policy (RBAC) that applies to the mailbox must be allowed (Figure 12) before Outlook Web App reveals personal tags. If shown, the user sees the personal tags that she can already use because they are included in the retention policy (listed as Required) and the other personal tags that are defined for the organization that she can choose to use (listed as Optional). The user cannot remove any of the Required tags because their presence is mandated by the retention policy that is applied to the mailbox. A user can begin to apply personal retention tags to items immediately after adding the tags to her mailbox.

Outlook Web App enables users to access the set of personal retention tags defined for the organization and make these tags available, even if they are not included in the set of tags for the policy assigned to the mailbox. This screen shot shows how the user accesses the personal tags through the Organize Email section of Outlook Web App Options.

Figure 11. User access to personal retention tags through Outlook Web App Options

A screen shot showing how to amend the default role assignment policy to expose personal tags to users through Outlook Web App Options. The MyRetentionPolicies check box is set to allow Outlook Web App to display the personal tags.

Figure 112. Amending a user role assignment policy to reveal personal retention tags

User interaction with retention policies

The first evidence users see that their mailbox has been assigned a retention policy is when retention information appears when they look at messages. This information is based on the tag stamped on an item by the MFA. Thirty days or so before an item’s retention period expires, Outlook and Outlook Web App begin to inform users that they might want to take action to preserve the item; otherwise, the MFA will process it again and delete it or move it into the archive, depending on the action required by policy. These warnings are visible when a message is opened or shown in the message preview. Figure 13 shows how Outlook Web App advises that a message has five days before it expires as the result of the retention policy tag placed on the Inbox. The user now has the choice either to take action or to let the message expire, in which case the MFA will process whatever action is defined in the tag.

Screen shot showing how Outlook Web App displays an indication to the user that an item will expire soon. In this case, the item will expire in 5 days.

Figure 13. Outlook Web App warning that an item is approaching its expiry deadline

Users have two options. First, they can move the item to a different folder and so remove it from the influence of the retention policy tag that applies to Inbox items. After it is moved, the item is governed by the default policy tag defined in the retention policy that applies to the mailbox, if one exists, or by an explicit tag that is applied to the folder and therefore inherited by all items that are added to the folder. If neither of these conditions exists, the item is left untagged and is therefore not subject to processing by the MFA.

The second option is to apply a personal tag to the item. Users can choose from any of the personal tags defined in the retention policy applied to their mailbox by right-clicking an item and then selecting the personal tag to apply.

You won’t see the user interface for retention policies unless a policy is applied to your mailbox and the MFA has processed the mailbox to apply the retention policy. As part of this process, the MFA creates a hidden folder-associated item (FAI) in the user mailbox that clients use to populate the retention tag picker. If the policy is subsequently updated with a new retention or archive tag, the new tag will not be visible to clients until after the MFA next processes the mailbox.

After a personal tag has been applied to an item, the item is no longer subject to the provisions of either the folder policy or the default policy because an explicit tag always takes precedence over a tag placed on a folder. The personal tag also remains with the item if it is moved to another folder or into the personal archive. If users want to impose a different retention policy on the item, they must replace the existing tag with a new personal tag.

The Managed Folder Assistant automatically applies the retention policy

Although most retention policies include a default policy tag to provide a catch-all retention action for items not tagged by other means, Outlook and Outlook Web App support the use of personal retention tags to set a specific retention policy on a folder. Exchange applies the policy defined in the personal retention tag to items held in the folder in much the same way it applies the retention policy tags placed on default folders such as the Inbox. In some respects, you can use this approach to create a roughly equivalent situation to the functionality that Exchange 2007 managed folders provides. However, you have to create the folders and apply the retention policies manually, whereas the MFA does the work to push out new folders to user mailboxes and apply the retention policy automatically for managed folders.

 
Others
 
- Microsoft Exchange Server 2013 : Messaging records management (part 5) - Applying a retention policy to mailboxes
- Microsoft Exchange Server 2013 : Messaging records management (part 4) - Creating a retention policy
- Microsoft Exchange Server 2013 : Messaging records management (part 3) - Naming retention tags, Creating retention tags
- Microsoft Exchange Server 2013 : Messaging records management (part 2) - System tags, Designing a retention policy, Managed Folder Assistant and retention policies
- Microsoft Exchange Server 2013 : Messaging records management (part 1) - Types of retention tags
- Microsoft Exchange Server 2013 : Compliance management - Archive mailboxes (part 3) - The default archive and retention policy , Disabling an archive mailbox
- Microsoft Exchange Server 2013 : Compliance management - Archive mailboxes (part 2) - Updating properties of an archive mailbox
- Microsoft Exchange Server 2013 : Compliance management - Archive mailboxes (part 1) - Enabling archives
- Sharepoint 2013 : Business Connectivity Services - Export and Import Models
- Sharepoint 2013 : Business Connectivity Services - User Profile Properties
 
 
Top 10
 
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
Technology FAQ
- Is possible to just to use a wireless router to extend wireless access to wireless access points?
- Ruby - Insert Struct to MySql
- how to find my Symantec pcAnywhere serial number
- About direct X / Open GL issue
- How to determine eclipse version?
- What SAN cert Exchange 2010 for UM, OA?
- How do I populate a SQL Express table from Excel file?
- code for express check out with Paypal.
- Problem with Templated User Control
- ShellExecute SW_HIDE
programming4us programming4us