Applies to: Exchange Server 2007 SP3, Exchange Server 2007 SP2, Exchange Server 2007 SP1, Exchange Server 2007
Topic Last Modified: 2007-01-02

This topic explains how to the Exchange Management Shell to remove an existing Foreign connector in Microsoft Exchange Server 2007.

A Foreign connector can only be installed on an Exchange 2007 computer that has the Hub Transport server role installed. A Foreign connector uses a Drop directory to send messages to a local messaging server that does not use the Simple Mail Transfer Protocol (SMTP) as its primary transport mechanism.

Before You Begin

To perform the following procedure, 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.

Note:
You cannot remove a Foreign connector by using the Exchange Management Console. To remove a Foreign connector, you must use the Exchange Management Shell. For more information about how to use the Exchange Management Shell, see Using the Exchange Management Shell.

Using the Exchange Management Shell to Remove a Foreign Connector

You can use the Remove-ForeignConnector cmdlet to remove a Foreign connector. The Identity parameter specifies the Foreign connector that you want to remove. The Identity parameter can be the GUID or the name of the Foreign connector.

To use the Exchange Management Shell to remove an existing Foreign connector

  • Run the following command:

    Copy Code
    Remove-ForeignConnector <Identity>
    

    For example, to remove the existing Foreign connector named "Contoso.com Foreign Connector", run the following command:

    Copy Code
    Remove-ForeignConnector "Contoso.com Foreign Connector"
    

For more information about how to retrieve the identity of a Foreign connector, see How to View the Configuration of a Foreign Connector.

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

For More Information

For more information, see Foreign Connectors.