Applies to: Exchange Server 2007
Topic Last Modified: 2007-06-05

Use the Remove-ManagedContentSettings cmdlet to delete Managed Content Settings from a managed folder.

Syntax

Remove-ManagedContentSettings -Identity <ELCContentSettingsIdParameter> [-DomainController <Fqdn>]

Parameters

Parameter Required Type Description

Identity

Required

Microsoft.Exchange.Configuration.Tasks.ELCContentSettingsIdParameter

The Identity parameter specifies the name, distinguished name, or GUID of the managed folder mailbox policy.

DomainController

Optional

Microsoft.Exchange.Data.Fqdn

To specify the fully qualified domain name (FQDN) of the domain controller that retrieves data from the Active Directory directory service, include the DomainController parameter in the command.

Detailed Description

When Managed Content Settings are removed from a managed folder, it effectively ceases to be a managed folder, and folder contents are no longer under Messaging Records Management (MRM). Removing Managed Content Settings disables any retention and journaling policies for the folder. It does not affect whether you can move, delete, or rename the folder, or whether the folder has a quota or policy statement that is displayed in Microsoft Outlook or Outlook Web Access.

To run the Remove-ManagedContentSettings cmdlet, the account you use must be delegated the following:

  • Exchange Organization Administrator role

For more information about permissions, delegating roles, and the rights that are required to administer Exchange Server 2007, see Permission Considerations.

Input Types

Return Types

Errors

Error Description

Exceptions

Exceptions Description

Example

In this example, the Remove-ManagedContentSettings command is used to delete the managed content settings named "MyManagedContentSettings."

Copy Code
Remove-ManagedContentSettings -Identity MyManagedContentSettings