Designing and Deploying Microsoft Exchange Server 2016 — Question 76
You have an exchange Server 2016 organization that uses an SMTP domain named contoso.com.
You need to encrypt all of the SMTP traffic from the organization to a partner organization. The partner organization uses an SMTP domain named litwareinc.com.
Which three commands should you run on your server? Each correct answer presents part of the solution.
: Each correct selection is worth one point.
NOTE -
Answer options
- A. New-ReceiveConnector -Name "Connector1" -Usage Internet -Bindings 0.0.0.0:587 -DomainSecureEnabled: $true
- B. Set-TransportConfig -TLSSendDomainSecureList litwareinc.com
- C. New-SendConnector -Usage Partner -Name "Connector1" ""AddressSpaces "lintwareinc.com" -IgnoreSTARTTLS $false -DNSRoutingEnabled $true - DomainSecureEnabled $true
- D. Set-TransportConfig -TLSReceiveDomainSecureList contoso.com
- E. Set-TransportConfig -TLSReceiveDomainSecureList litwareinc.com
- F. New-SendConnector -Usage Partner -Name "Connector1" ""AddressSpaces "contoso.com" -IgnoreSTARTTLS $false -DNSRoutingEnabled $ture "" DomainSecureEnabled $true
- G. Set-TransportConfig -TLSSendDomainSecureList contoso.com CEG
Correct answer:
Explanation
The correct commands to run include setting up a Send Connector for the partner domain (litwareinc.com) and ensuring that TLS is enabled for sending emails to it. Options B and C are necessary for establishing the secure connection, while option A helps in receiving secure connections. The other options either relate to incorrect domains or do not pertain to the requirements of encrypting traffic to the specified partner organization.