Enable AutoTagging For a Mailbox
Applies to: Exchange Server 2010 Topic Last Modified: 2009-06-02
AutoTagging automatically assigns retention tags to items in the mailbox based on a user's past tagging behavior. These procedures show how users can enable AutoTagging for their own mailbox from the Exchange Control Panel, and how administrators can enable AutoTagging for one or more users using the Exchange shell.
-
A retention policy has been assigned to the mailbox
To perform this procedure, you must be assigned, either directly or using a universal security group, one of the following management roles:
-
Organization Management
-
My Options
-
Records Management
-
Organization Management - Tenant
-
My Options - Tenant
-
Records Management - Tenant
For more information, see Permissions Information for Cmdlet Help and Procedural Topics.
-
In the ECP navigation pane, click the Organize E-mail link
-
Go to the Retention Policies tab
-
Select the Turn on auto-tagging check box
-
Click Save to save the change
To perform this procedure, you must be assigned, either directly or using a universal security group, one of the following management roles:
-
Organization Management
-
My Options
-
Records Management
-
Organization Management - Tenant
-
My Options - Tenant
-
Records Management - Tenant
For more information, see Permissions Information for Cmdlet Help and Procedural Topics.
-
Run the following command:
Set-MailboxComplianceConfiguration -Identity "User A" -RetentionAutoTaggingEnabled $true
Note: |
|---|
To disable AutoTagging for the mailbox, set the RetentionAutoTaggingEnabled parameter to $false.
|
Run the following command to enable AutoTagging for all members of the distribution group DG-Sales.
Get-DistributionGroupMember "DG-Sales" | Get-Mailbox | Set-MailboxComplianceConfiguration -RetentionTaggingEnabled $True
After you enable AutoTagging for a mailbox, you may also want to…
-
Check AutoTagging status for mailboxes

Note: