PrepAway - Latest Free Exam Questions & Answers

You need to replicate the transport configurations to Server4

DRAG DROP
Your network contains an Active Directory domain named contoso.com.
You have a perimeter network.
You have an Exchange Server 2010 Service Pack 1 (SP1) organization that contains four
servers. The servers are configured as shown in the following table.

Server4 is located in the perimeter network.
You need to replicate the transport configurations to Server4.
What should you do?
To answer, move the appropriate actions from the list of actions to the answer area and
arrange them in the correct order.

PrepAway - Latest Free Exam Questions & Answers

Answer: See the explanation

Explanation:
Box 1:

Box 2:

Box 3:

Note:
Step 1: This example creates the Edge Subscription file. It should be run on your Edge
Transport server (Server 4).
New-EdgeSubscription -FileName “c:\EdgeServerSubscription.xml”
Step 2, Step 3: This example imports the Edge Subscription file generated in Step 1 to the
Active Directory site Default-First-Site-Name. Importing the Edge Subscription file completes
the Edge Subscription process. You must run this command on the Hub Transport server
(server 2).
The first command reads the data from the Edge Subscription file and stores it in a
temporary variable as a byte-encoded data object. The second command completes the
Edge subscription process.

[byte[]]$Temp = Get-Content -Path “C:\EdgeServerSubscription.xml” -Encoding Byte –
ReadCount 0
New-EdgeSubscription -FileData $Temp -Site “Default-First-Site”
* Use the New-EdgeSubscription cmdlet to export an Edge Subscription file from a computer
that has the Edge Transport server role (server4) installed and to import the Edge
Subscription file to a computer that has the Hub Transport server role (server2) installed.
The Edge Transport server role doesn’t have access to Active Directory. All configuration
and recipient information is stored in the Active Directory Lightweight Directory Services
(AD LDS) instance. The New-EdgeSubscription cmdlet creates the Edge Subscription file
that will be imported on a Hub Transport server in the Active Directory site to which you want
to subscribe this Edge Transport server.
New-EdgeSubscription


Leave a Reply