• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/41

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

41 Cards in this Set

  • Front
  • Back
What are transport routers responsible for?
Routing messages in an Exch. 2010 org.
What are the two types of transport servers?
Hub Transport and Edge Transports
What does the HT do?
HT servers route messages withing the org, moving messages from site to site and delivering messages to mailboxes.
What does the ET do?
ET servers route messages sent to and recived from outside the org., so ch as those sent to and from hosts on the Internet.
On the ET, which ports should you open?
Ports used for SMTP (25), the EdgeSync process (TCP 50636), and RDP (for remote access -- 3389?).
What are some additional tasks that the HT does?
In addition to routing internal messages, it can apply transport rules, enforce journaling policies, and deliver messages to user's mailboxes.
What component of the HT server determines what to do with each messagew based on recipient info in the message header?
The categorizer --> it also applies policies, routes messages and converts content.
[T/F] If your org does not use an ET server, you can configure the HT server to relay messages directly to hosts on the Internet.
True.
An Exchange org can accept messags for a particular email domain only if that mail domain is set up as an _______________.
Accepted Domain
When you configure an accepted domain, you need to specify whether the accepted domain will be ___, an ___ domain, or an _____ domain.
authoritative; internal relay, external relay
List some EMS cmdlets you can use to manipulate accepted domains.
New-AcceptedDomain,
Get-AcceptedDomain,
Set-AcceptedDomain,
Remove-AcceptedDomain
What are remote domains?
Remote domains allow you to control the types of messages and message formats sent form users in your org to a specific external domain.
In the EMC, where do you go to configure remote domains?
Organizational Management --> HT server node --> New Remote Domain in Actions pane.
What are some EMS cmdlets that allow you to configure and manage remote domains?
New -RemoteDomain;
Set-RemoteDomain;
Get-RemoteDomain;
Remove-RemoteDomain
What are Email address policies?
They generate primary and secondary email addresses for recipients in an Exchange org.
How do you configure email address policy priority using EMS?
Set-EmailAddressPolicy with the Priority parameter. Piority 1 is highest (overrides others)
What do transport settings let you do?
They allow you to configure the maximum receive size, send size and max number of recipients that transport servers will allow for messages that they route in your Exchange org.
What is the transport dumpster?
It holds copies of messages that are replkcating to other mailboxes databases in a DB availability group. In case a MB DB fails before replication, messages are kept safe here (until the specified limits)
What EMS cmdlet would you use to configure transport dumpster settings on your org's HT servers?
Set-TransportConfig
What is the Edge Transport Server responsible for?
Transmitting messages to and receiving messages from email servers on the Internet. It is also responsible for message hygiene.
What is message hygiene?
Cleaning messages that contain malware and spam.
Where do ET servers store their configs?
AD LDS --> Active Directory Lightweight Directory Services DB.
What is EdgeSync?
A special unidirectional replication process (deters hackers)
What are the pre-reqs for installing the Edge Transport Role?
.net framework 3.5.1;
Remote System Administration Tools for AD DS;
AD LDS;
Ensure tha tthe servers's fully qualified domain name is set.
Use this cmdlet to create a subscription file on an ET.
New-EdgeSubscription
Cmdlet on a HT server to import a subscription file.
New-EdgeSubscription
This cmdlet allows you to retrieve info about existing Edge subscriptions.
Get-EdgeSubscription
You can use this cmdlet to delete an existing Edge subscription.
Remove-EdgeSubscription
You can use this cmdlet to fore the edge synchronization process.
Start-EdgeSynchronization
This cmdlet allow you to diagnose the synchronization status of currently subscribed Edge Transport Servers.
Test-EdgeSycnchronization
Use this cmdlet to create a new edge synchronization schedule.
New-EdgeSyncServiceConfig
This cmdlet lets you view the properties of an existing edge synchronization schedule.
Get-EdgeSyncServiceConfig
This cmdlet lets you modify the properties of an existing edge synchronization schedule.
Set-EdgeSyncServiceConfig
What settings are replicated to the new server when you clone an ET server?
Send and receive connectors, accepted domains, remote domains, IP allow list, IP block list; andn some of the anti-spam configs are also cloned.
What prog do you run to create an XML file (for the purposes of ET cloning)?
ExportEdgeConfig.ps1
What is Address Rewriting?
It may be nec4essary to rewrite email addresses into a more consistent format when they are sent to hosts on the Internet. For example, co. one and two merge to form company three. With Address Rewriting, we can have external user see dude@companythree.com even if dude originally has the dude@companyone.com address.
Address rewriting on an ET servers requires that _____ be enables.
address rewriting agents
To enable the inbound and outbound transport agents, run the following EMS cmdlets:
Enable-TransportAgent -Identity "Address Rewriting Inbound agent"; you can you the "Outbound agent" parameter as well.
What is the cmdlet to change the address sam@contoso.com to helpdesk@adatum.com?
New-AddressRewriteEntry -name "Sam to Helpdesk" -Internal sam@contose.com -ExternalAddress helpdesk@adatum.com
EdgeSync is a process that binds what to what?
EdgeSync is a process that binds the configuration of Edge Transport Servers to those of the org's HT servers.
You create the _______ subscription on the ET server and then import the ____ on the HT server.
EdgeSync subscription; XML file