Categories
Archive
![]() Blogroll
|
How to add send connector to Exchange Server 2010 with Powershell?
Posted in Exchange Server, Windows Powershell | 2 Comments | 6,296 views | 08/11/2009 02:52
You can’t send email to external address if you don’t add send connector to Exchange Server 2010. I will show you how you can easily add send connector with Powershell: New-SendConnector –Name ‘External’ –Usage ‘Internet’ –AddressSpaces ‘SMTP:*;1’ –DNSRoutingEnabled $true –UseExternalDNSServersEnabled $false –Fqdn ‘mail.yusufozturk.info’ You can modify name and fqdn. My FQDN is the external domain name of my Exchange Server 2010.
Tags: add send connector powershell, exchange 2010 powershell, exchange send connector powershell, exchange server 2010 powershell, exchange server 2010 send connector, send connector powershell
Comments (2)
Leave a Reply
|