Installing and configuring edge transport role on Microsoft Exchange Server 2010

In Microsoft Exchange Server 2010, the Edge Transport server role is deployed in your organization’s perimeter network. Designed to minimize the attack surface, the Edge Transport server handles all Internet-facing mail flow, which provides SMTP relay and smart host services for the Exchange organization. Additional layers of message protection and security are provided by a series of agents that run on the Edge Transport server and act on messages as they’re processed by the message transport components. These agents support the features that provide protection against viruses and spam and apply transport rules to control message flow.

Lets start Installing and configuring edge transport role on Microsoft Exchange Server 2010.

1.First make sure that the server has been configured with a fully qualified domain name (FQDN) like as below:

22instaledgetrsds

Then we need install prerequisites for these role.

Open powershell and Use the Add-WindowsFeature cmdlet to install the necessary components. First enter the following command “Import-Module ServerManager” and then enter all components to install:

Add-WindowsFeature NET-Framework,RSAT-ADDS,ADLDS -Restart

1instaledgetrsds

2. After restarted server, Start install Edge transport role:

2instaledgetrsds

3. See introduction about Exchange and click Next:

3instaledgetrsds

4.After Accepting the agreement click Next:

4instaledgetrsds

5.Select error Reporting setting and click Next:

5instaledgetrsds

6.If you want install all roles select Typical installation otherwise select Custom installation, in this case i will select Custom installation. Also select Automatically install Windows Server roles and features required for Exchange, Click Next:

6instaledgetrsds

7. Select Edge transport roles and click Next:

7instaledgetrsds

8. Click Next:

8instaledgetrsds

9.Wait for the Readiness Check to complete:

9instaledgetrsds

if everything OK then click install:

10instaledgetrsds

10. Wait for the installation complete, then click Finish and  reboot the server to complete process:

11instaledgetrsds

Edge transport role successfully installed:

12instaledgetrsds

11. Let’s create edge subscription, On the Edge Transport server open the Exchange Management Shell and run the following command using the New-EdgeSubscription cmdlet:

New-EdgeSubscription -FileName “C:\EdgeSubs.xml”

13instaledgetrsds

12. Copy that file to the Hub Transport server and follow steps below to add New edge subscription:

14instaledgetrsds

13. Select Active Directory Site  and click OK.

15instaledgetrsds

14. Click Browse to select subscription file and click the New button to complete the wizard:

16instaledgetrsds

15. Click Finish:

17instaledgetrsds

After that you will see Edge subscription server:

18instaledgetrsds

After the Edge Subscription created you will see two Send Connectors configured:

19instaledgetrsds

You can test your edge subscription on Hub transport server with command below:

Test-EdgeSynchronization

20instaledgetrsds

On the Edge transport role installed server you can see same Send connectors:

21instaledgetrsds

 

Add Comment