Applies to: Exchange Server 2010 SP3, Exchange Server 2010 SP2

Topic Last Modified: 2012-07-23

You can remove a Microsoft Office Outlook Web App mailbox policy from an Exchange organization by using either the EMC or the Shell.

Looking for other management tasks related to Outlook Web App mailbox policies? Check out Managing Outlook Web App Mailbox Policies.

Prerequisites

The Client Access server role has been installed.

Use the EMC to remove an Outlook Web App mailbox policy

You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the "Outlook Web App mailbox policies" entry in the Client Access Permissions topic.

  1. In the console tree, navigate to Organization Configuration > Client Access.

  2. In the work pane, click the Outlook Web App Mailbox Policies tab.

  3. Right-click the Outlook Web App mailbox policy you want to remove, and then click Remove.

  4. In the confirmation window, click Yes to remove the mailbox policy, or click No to cancel.

Use the Shell to remove an Outlook Web App mailbox policy

You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the "Outlook Web App mailbox policies" entry in the Client Access Permissions topic.

This example removes an Outlook Web App mailbox policy named Policy1.

Copy Code
Remove-OwaMailboxPolicy -Name Policy1 

For more information about syntax and parameters, see Remove-OwaMailboxPolicy.