Link to home
Start Free TrialLog in
Avatar of bbanis2k
bbanis2k

asked on

Exchange 2007 Send and Receive Connectors

How would I create Exchange 2007 Send and Receive Connectors in Powershell?

ASKER CERTIFIED SOLUTION
Avatar of Suraj
Suraj
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial


new-SendConnector -Name 'Send connector to Internet' -Usage 'Internet' -AddressSpaces 'smtp:*;1' -DNSRoutingEnabled $true -UseExternalDNSServersEnabled $false -SourceTransportServers 'SQA-LCS2005'

here instead of 'SQA-LCS2005' -put in your HUB SERVER's name

Avatar of bbanis2k
bbanis2k

ASKER

Thank you!