Objective 4.2 Exchange 2010 Flashcards
Objective 4.2: Configure Hub transport.
You are expected to know how to configure the transport ______, which holds copies of messages that are replicating to other mailbox databases in a DAG.
dumpster
You can use the EMS ______ cmdlet to configure transport dumpster properties.
Set-TransportConfig
You can access and modify transport settings through the EMC. You can also configure transport settings by using the EMS Set-TransportConfig cmdlet with the MaxReceiveSize, MaxRecipientEnvelopeLimit, and MaxSendSize parameters. You can use the same cmdlet with the MaxDumpsterSizePerDatabase and ______ parameters to configure transport dumpster properties. For example, if you want to ensure that messages are not lost in transit by increasing the length of time for which a message is retained by a Hub Transport server dumpster to 10 days (the default is 7 days), you would issue the following command: ______.
MaxDumpsterTime,
Set-TransportConfig –MaxDumpsterTime 10.00:00:00
You should be aware that an Exchange organization can only accept messages from and send messages to an ______ domain, and that you can configure an email address policy only for domains that are on the list of ______ domains.
accepted,
accepted
Typically, the domain name associated with the forest in which you install Exchange is the ______ accepted domain for your Exchange organization.
default
An accepted domain can be an ______, an ______, or an ______ relay domain.
- authoritative
- internal relay
- external relay
When you create an accepted domain by using the EMS ______ cmdlet or the ______ Wizard in the EMC, you specify the domain type.
New-AcceptedDomain,
New Accepted Domains
Domains for which the Exchange organization accepts and stores email messages from external locations describes an ______ domain. The default ______ domain for an organization is the FQDN of the forest root domain.
Authoritative,
authoritative
Domains for which the Exchange organization accepts email messages from external locations but forwards them to another internal mail system describes an ______ domain.
Internal relay
Domains for which the Exchange organization accepts email messages from external locations but does not process them locally and forwards them to an external mail server describes an ______ domain.
External relay
You can, for example, use the EMS ______ cmdlet to modify the properties of an existing accepted domain. For example, the following command configures the accepted domain Fabrikam as the default accepted domain: ______.
Set-AcceptedDomain,
Set-AcceptedDomain -Identity Fabrikam -MakeDefault $true
You can also use the EMS ______ and ______ cmdlets to display an accepted domain’s properties and remove an accepted domain, respectively.
Get-AcceptedDomain,
Remove-AcceptedDomain
You can configure accepted domains only on a server that has been configured with the ______ role.
Hub Transport
You should be aware that you can use ______ domains to control the types of messages and message formats sent from your organization to a specific external domain.
remote
You are expected to know that when you install Exchange, a default remote domain is created that is responsible for the ______ applied to all outgoing messages except those configured for specific remote domains.
settings
Configuring remote domain message ______ options allows you to determine whether automatic replies, automatic forward, delivery reports, and the sender’s name are forwarded to a remote domain.
format
There are four EMS cmdlets with which you can create, configure, view the properties of, and remove remote domains: ______.
- New-RemoteDomain - Creates a new remote domain entry
- Set-RemoteDomain - Reconfigures an existing remote domain entry
- Get-RemoteDomain - Views the properties of an existing remote domain entry
- Remove-RemoteDomain - Removes an existing remote domain entry
For example, your organization has acquired the Adatum Corporation, which has its own Active Directory domain named adatum.com, and you have added this as a remote domain. The following command prevents your users from sending out-of-office messages to this domain: ______.
Set-RemoteDomain –Identity adatum.com –AllowedOOFType None
For the new domain to accept and store messages from external users, it must be added to the accepted domains as an ______ domain.
authoritative
You create an email address policy by using the New E-Mail Address Policy Wizard in the EMC or the EMS ______ (not the Get-EmailAddressPolicy) cmdlet.
New-EmailAddressPolicy
Each recipient can have multiple ______ applied either through a single policy or through multiple policies.
email addresses
The reply-to address set in the policy with the highest priority becomes the user’s ______ reply-to address.
default
You can use the EMS ______ cmdlet to configure email address policy priority. You use this cmdlet with the Priority parameter.
Set-EmailAddressPolicy
After you have reconfigured a policy by using the Set-EmailAddressPolicy cmdlet, you need to use the EMS ______ cmdlet to update the email address policy and apply any changes made to all recipients within the scope of the policy.
Update-EmailAddressPolicy
In addition, you can use the ______ cmdlet to view the properties of an existing policy or list existing policies and their priorities, and the EMS ______ cmdlet to remove an existing policy.
Get-EmailAddressPolicy,
Remove-EmailAddressPolicy
Removing a policy does not remove ______ addresses that have been applied to users by means of that policy.
Your company name has recently been changed, resulting in a change of domain name. Users in your partner organizations report that they can no longer send email messages to your employees. What action should you take?
Add the new domain name as an authoritative accepted domain.
You have configured treyresearch.com as a remote domain, but you do not want your users to send out-of-office messages to that domain. What EMS command do you issue?
You issue the Set-RemoteDomain –Identity treyresearch.com –AllowedOOFType None command.
What EMS cmdlet do you use to update an email address policy and apply any changes made to all recipients within the scope of the policy?
The Update-EmailAddressPolicy cmdlet.
What EMS cmdlet do you use to change the priority of an email address policy?
The Set-EmailAddressPolicy cmdlet.
What EMS command would you issue to ensure messages are retained in the transport dumpster for 14 days before deletion?
You would issue the Set-TransportConfig –MaxDumpsterTime 14.00:00:00 command.