Posted in
Exchange Server,
Windows Powershell |
No Comment | 2,800 views | 03/10/2009 03:58
You can add send connector to Exchange Server 2010 with Powershell:
New-SendConnector –Name ‘External’ –Usage ‘Internet’ –AddressSpaces ‘SMTP:*;1’ –DNSRoutingEnabled $true –UseExternalDNSServersEnabled $false –Fqdn ‘mail.yusufozturk.info’ |
New-SendConnector –Name ‘External’ –Usage ‘Internet’ –AddressSpaces ‘SMTP:*;1’ –DNSRoutingEnabled $true –UseExternalDNSServersEnabled $false –Fqdn ‘mail.yusufozturk.info’
You can change -Usage and -AddressSpaces for your needs.