Configure Managed Folder Mailbox Policy Properties

Applies to: Exchange Server 2010

A managed folder mailbox policy is a logical grouping of managed folders. When a managed folder mailbox policy is applied to a user’s mailbox, all the managed folders that are linked to the policy are deployed in a single operation, thereby making the deployment of messaging records management (MRM) easier. This topic shows you how to view the properties of a managed folder mailbox policy and how to add or remove associated folders from that policy.

Note

After you assign a managed folder mailbox policy to a mailbox user, the managed folders and settings are applied to the mailbox when the Managed Folder Assistant runs and processes the mailbox.

Looking for other management tasks related to managed folders? Check out Deploying Managed Folders.

What Do You Want to Do?

  • Use the EMC to configure managed folder mailbox policies
  • Use the Shell to configure managed folder mailbox policies

Use the EMC to configure managed folder mailbox policies

You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the "Messaging records management" entry in the Messaging Policy and Compliance Permissions topic.

  1. In the console tree, expand the forest you want, and then navigate to Organization Configuration > Mailbox.
  2. In the result pane, click the Managed Folder Mailbox Policies tab, and then click the managed folder mailbox policy you want to configure.
  3. In the action pane, under the name of the managed folder mailbox policy, click Properties.
  4. Use the General tab to view or configure managed folder mailbox policy settings.
    • Name   This unlabeled box displays the name of the selected managed folder mailbox policy. You can modify this name.
    • Modified    This read-only field displays the most recent date and time that the managed folder mailbox policy was modified.
    • Managed folders that are associated with this policy   To add a folder to the list, click Add and then use the Select Managed Folder dialog box. Both managed default folders and managed custom folders appear in the dialog box.
      To select multiple folders, press the CTRL key while selecting. To remove a folder, select the folder in the list and then click Remove icon.

Use the Shell to configure managed folder mailbox policies

You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the "Messaging records management" entry in the Messaging Policy and Compliance Permissions topic.

The following command adds the Inbox managed default folder and Business Critical managed custom folder to the managed folder mailbox policy MyManagedFolderPolicy.

Set-ManagedFolderMailboxPolicy -Identity MyManagedFolderPolicy -ManagedFolderLinks Inbox, 'Business Critical'

For detailed parameter and syntax information, see Set-ManagedFolderMailboxPolicy.

For More Information

Messaging Records Management

Understanding Managed Folders

Deploying Managed Folders