Wednesday, May 22, 2013

How to create or remove ForeignConnector Exchange 2010

After migrating from Exchange 2007 to Exchange 2010, we are in process of decommiossion of Exchange 2007. Since we have AccuRoute Fax, so we need to change Fax ForeignConnector from Exchange 2007 Hub to Exchange 2010 Hub.
 
Here is the cmdlet we used for the migration,
 
Remove-ForeignConnector "AccuRoute Fax Connector"
New-Foreignconnector "AccuRoute Fax 10 Connector" -AddressSpaces "FAX:*;1" -SourceTransportServers "hub10-1","hub10-2", "Hub10-3"
Set-Foreignconnector -Identity "AccuRoute Fax 10 Connector" -Maxmessagesize 20Mb -dropdirectory "file://fax-10/Drop$"
 
If you need the connected be scoped for local AD site, the following cmdlet need to be run:
 
Set-Foreignconnector -Identity  "AccuRoute Fax 10 Connector" -Isscopedconnector true$
 

1 comment:

  1. Set-Foreignconnector -Identity "AccuRoute Fax 10 Connector" -Maxmessagesize 20Mb -dropdirectory "\\fax-10/Drop$"

    corrrected by Harry

    ReplyDelete