Applies to: Exchange Server 2007
Topic Last Modified: 2007-06-11
Use the Remove-RoutingGroupConnector cmdlet to remove a routing group connector between a Microsoft Exchange Server 2007 routing group and an Exchange Server 2003 or Exchange 2000 Server routing group.
Syntax
Remove-RoutingGroupConnector -Identity
<RoutingGroupConnectorIdParameter> [-DomainController
<Fqdn>]
|
Parameters
Parameter | Required | Type | Description |
---|---|---|---|
Identity |
Required |
Microsoft.Exchange.Configuration.Tasks.RoutingGroupConnectorIdParameter |
Use the Identity parameter to specify the name or the GUID of the routing group connector. The name is expressed as [[Administrative Group Name\]Routing Group Name\]Routing Group Connector Name. |
DomainController |
Optional |
Microsoft.Exchange.Data.Fqdn |
Use the DomainController parameter to specify the fully qualified domain name (FQDN) of the domain controller that this command will bind to and that will write this change to the Active Directory directory service. |
Detailed Description
The Remove-RoutingGroupConnector cmdlet removes the routing group connector between the Exchange 2007 routing group and an Exchange Server 2003 or Exchange 2000 Server routing group. A routing group connector is used to send and receive messages between Exchange 2007 Hub Transport servers and Exchange Server 2003 or Exchange 2000 Server bridgehead servers.
The Exchange Server 2003 and Exchange 2000 Server servers that are used as source servers for the specified routing group connector are automatically removed from the ExchangeLegacyInterop Universal Security Group.
To remove the routing group connector, you must provide the identity of the connector.
To run the Remove-RoutingGroupConnector cmdlet, the account you use must be delegated the following:
- Exchange Server Administrator role and local Administrators
group for the target server
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
The following example shows how to use the Remove-RoutingGroupConnector cmdlet to bind to the specified domain controller and remove the specified routing group connector.
Copy Code | |
---|---|
Remove-RoutingGroupConnector -Identity "Exchange Administrative Group (FYDIBOHF23SPDLT)\Exchange Routing Group (DWBGZMFD01QNBJR)\Ex2007 to Ex2003 RGC" -DomainController dc1.contoso.com |