Remove-RoutingGroupConnector

After I migrated from Exchange Server 2003 to ExchANGE Server 2007
i could not uninmstall Exchange Server 2003 as the new server had a Routing Group connector to the old server.
Found the solution here
http://technet.microsoft.com/en-us/library/aa998645.aspx
i could not uninmstall Exchange Server 2003 as the new server had a Routing Group connector to the old server.
Found the solution here
http://technet.microsoft.com/en-us/library/aa998645.aspx
[PS] C:\Windows\System32>get-help routinggroupconnector
Name Category Synopsis
---- -------- --------
Get-RoutingGroupConnector Cmdlet Use the Get-RoutingGro...
New-RoutingGroupConnector Cmdlet Use the New-RoutingGro...
Remove-RoutingGroupConn... Cmdlet Use the Remove-Routing...
Set-RoutingGroupConnector Cmdlet Use the Set-RoutingGro...
[PS] C:\Windows\System32>get-RoutingGroupConnector
Name SourceRoutingGroup TargetRoutingGroup
---- ------------------ ------------------
SERVER-MFL-SERVER Exchange Routing Group ... First Routing Group
[PS] C:\Windows\System32>Remove-RoutingGroupConnector SERVER-MFL-SERVER
Confirm
Are you sure you want to perform this action?
Removing routing group connector "SERVER-MFL-SERVER".
[Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help
(default is "Y"):Y