Hub Transports in Send Connector
In our Exchange 2007 environment we have multiple Send Connectors - some going out to internal application servers, some to partner organisations, some to our Internet SMTP gateways etc. If I am given a Hub Transport server (e.g. NY-HUB1), I would like to know what Send Connectors it is a member of. Is there a Powershell command I can run to quickly check this, rather than going through ALL the Send Connectors in the GUI and checking the servers that are part of it?
July 7th, 2011 5:48pm

Try Get-SendConnector | where {$_.SourceTransportServers -Eq "NY-HUB1"} | Select Identity | FTSukh
Free Windows Admin Tool Kit Click here and download it now
July 7th, 2011 6:37pm

Hi, The example shows how to view the detailed configuration of a specific Send connector by piping the results of the Get-SendConnector cmdlet to the Format-List cmdlet. Get-SendConnector "Send Connector Name" | Format-List Best Regards!
July 7th, 2011 10:07pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics