Objective 4.3 Exchange 2010 Flashcards
Objective 4.3: Configure Edge transport.
You need to know that ______ replicates transport server configuration information, such as transport rules, from Hub Transport servers on protected networks to Edge Transport servers on perimeter networks.
Edge Sync (or EdgeSync)
Because Edge Sync is ______, it is not possible for an attacker to replicate information back to the internal network, should the Edge Transport server become compromised.
unidirectional
With the EMS ______ cmdlet, you can diagnose the synchronization status of currently subscribed Edge Transport servers.
Test-EdgeSynchronization
You must re-subscribe existing Edge Transport servers to an Active Directory site if you add new ______ servers to the site.
Hub Transport
When you deploy a new Edge Transport server on the perimeter network, you must subscribe that Edge Transport server to the Active Directory site, but it is not necessary to re-subscribe the existing ______ servers.
Edge Transport
You should be aware that a server needs to already be configured with the Edge Transport server role before you can clone the ______ from another server on it.
settings
Cloning the configuration of an Edge Transport server does not replicate Edge ______ settings or server certificates.
subscription
You need to create a new Edge Sync subscription for the new Edge Transport server. The following six settings are replicated to the new server when you clone the configuration: ______.
- Send and Receive connectors
- Accepted domains
- Remote domains
- IP allow list
- IP block list
- Anti-spam configuration settings
You use the ______ and ______ EMS scripts to clone an Edge Transport server.
ExportEdgeConfig.ps1,and
ImportEdgeConfig.ps1
The target server needs to have the Edge Transport server role installed. You run the ExportEdgeConfig.ps1 script on the source server and then transfer the XML file this generates to the target server. You edit this file on the target server and add the following information: ______.
Finally, you run the ImportEdgeConfig.ps1 script on the target server to verify and apply the configuration.
- Data and log file paths
- Source IP addresses for Send connectors
- Network bindings for each Receive connector
Edge Transport servers are typically deployed in perimeter networks, forming a ______ between Internet mail servers and Hub Transport servers on your internal network.
bridge
You can use the EMS ______ cmdlet to configure Edge Transport server settings. For example, the following command configures the Edge Transport server VAN-EDGE02 to use a list of specified DNS servers for external DNS lookups instead of the DNS servers configured on the adapters installed on that server: ______.
Set-TransportServer,
Set-TransportServer VAN-EDGE02 -ExternalDNSAdapterEnabled $false -ExternalDNSServers {10.10.10.1, 10.10.10.2}
You should be aware that Edge (or Edge Sync) ______ replicate information from the Hub Transport server to the Edge Transport server, and thus enable Edge Transport servers to be configured centrally.
subscriptions
When you are creating an Edge subscription, you first need to ensure that the Hub Transport and Edge Transport servers in your organization are able to resolve each other’s ______ names. Your next step is to use the EMS to run the ______ cmdlet on the Edge Transport server to generate an Edge subscription file.
DNS,
New-EdgeSubscription
The New-EdgeSubscription cmdlet run on a Hub Transport server imports this Edge subscription file to that Hub Transport server. You run the ______ Wizard from the EMC and specify the location of the Edge Subscription file that you copied to the Hub Transport server, and then specify the Active Directory site to which the Edge Transport server will subscribe. Typically you set the wizard to automatically create a Send connector.
New Edge Subscription