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

Topic Last Modified: 2012-07-23

Removing an organization relationship disables all features enabled for the relationship, including federated delegation.

Note:
To stop sharing information with a remote federated Exchange organization without removing the organization relationship, you can disable the organization relationship by using the EMC or the Set-OrganizationRelationship cmdlet in the Shell.

Looking for other management tasks related to federated delegation? Check out Managing Federated Delegation.

Use the EMC to remove an organization relationship

You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the "Organization relationships" entry in the Mailbox Permissions topic.

  1. In the console tree, click Organization Configuration.

  2. In the result pane, select the Organization Relationships tab, and then select the organization relationship you want to remove.

  3. In the action pane, click Remove.

Use the Shell to remove an organization relationship

You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the "Organization relationships" entry in the Mailbox Permissions topic.

This example removes the organization relationship Contoso.

Copy Code
Remove-OrganizationRelationship -Identity "Contoso"

For detailed syntax and parameter information, see Remove-OrganizationRelationship.