Objective 5.3 Exchange 2010 Flashcards
Objective 5.3: Monitor connectivity.
The following Telnet commands test SMTP connectivity and ESMTP connection to server VAN-EX1.contoso.com on port 25: ______.
Telnet VAN-EX1.contoso.com 25
EHLO
You can use Telnet on port 25 to submit messages only to an internal Hub Transport server that has a Receive connector configured to allow ______ access or basic authentication. This type of access is required for Internet-facing servers.
anonymous
If you cannot send a Telnet message to a remote messaging server from a client, you should connect to the remote messaging server from an ______ server on your peripheral network.
Edge Transport
The ______ domains that are configured on the Edge Transport Server have the appropriate DNS MX records, A records, and PTR records that identify the Edge Transport server as a legitimate and traceable email message source.
accepted
The exam might test that you know how to use the EMS ______ cmdlet to verify MAPI connectivity and server functionality.
Test-MapiConnectivity
Outlook uses ______ to communicate with Exchange 2010, and this protocol is usually termed the MAPI protocol.
RPC/MAPI
You use the ______ parameter of the Test-MapiConnectivity cmdlet to specify a logon mailbox.
Identity
The ______ is used if you do not include the Identity parameter to specify a logon mailbox.
SystemMailbox
Logging on to a mailbox tests two protocols used when a client connects to a Mailbox server: ______ and ______.
MAPI and LDAP
During ______, the Test-MapiConnectivity cmdlet verifies that the MAPI server, Exchange store, and DSAccess service are working.
authentication
The following command tests MAPI connectivity to the system mailboxes in each mailbox database on the Mailbox server VAN-EX1: ______.
Test-MapiConnectivity -Server VAN-EX1 | FL
The following command tests MAPI connectivity to the Don Hall mailbox in the Adatum.com domain and returns detailed results: ______.
Test-MapiConnectivity –Identity “adatum\Don Hall” | FL
The Test-MapiConnectivity cmdlet supports the ______ parameter. This parameter specifies a mailbox database identity so that the command can test whether it is possible to log on to the system mailbox on the specified database.
Database
The following command tests MAPI connectivity to the system mailbox in the mailbox database Research: ______.
Test-MapiConnectivity –Database Research | FL
You should be aware that by using Outlook Anywhere, Outlook clients can connect to their Exchange servers over the Internet by using the ______ networking component, that it eliminates the need for mobile users to use a VPN to connect to Exchange servers, and that it allows email traffic to traverse network firewalls without requiring RPC ports to be opened.
RPC-over-HTTP
You need to enable Outlook Anywhere on at least one ______ server.
Client Access
You can use the EMC Enable Outlook Anywhere Wizard or the EMS ______ cmdlet to enable Outlook Anywhere.
Enable-OutlookAnywhere
The following command enables Client Access server VAN-CAS01 for Outlook Anywhere with its external host name set to site.adatum.org, and the default authentication set to Basic: ______.
Enable-OutlookAnywhere -Server ‘ VAN-CAS01’ -ExternalHostname ‘site.adatum.org’ -DefaultAuthenticationMethod ‘Basic’
Before you can use Outlook Anywhere, you need to install a valid ______ certificate.
SSL
The SSL certificate for Outlook Anywhere needs to be from a certification authority trusted by the client—typically a ______ certificate from your internal CA will not suffice.
self-signed
After you enable Outlook Anywhere, you can test for end-to-end client Outlook Anywhere connectivity from a web browser by using the ______.
Exchange Remote Connectivity Analyzer (ExRCA)
Tests for Microsoft Exchange ActiveSync, EWS, Microsoft Office Outlook, and Internet email are available on the ______.
Remote Connectivity Analyzer website
You can also test Outlook Anywhere connectivity by using the EMS ______ cmdlet on the Exchange Client Access server on which Outlook Anywhere is enabled.
Test-OutlookConnectivity
Before running the Outlook Anywhere connectivity test with the Test-OutlookConnectivity cmdlet, you must create a test user by using the EMS ______ script.
New-TestCasConnectivityUser.ps1
The following command tests Outlook Anywhere connectivity by setting the Protocol parameter to HTTP: ______.
Test-OutlookConnectivity –Protocol:Http -GetDefaultsFromAutoDiscover:$true –verbose
You should be aware that the EWS API communicates with an Exchange 2010 Client Access server by means of EWS ______ messages.
Simple Object Access Protocol (SOAP)
You can use the EMS ______ cmdlet to verify EWS functionality on an Exchange Server 2010 SP1 Client Access server.
Test-WebServicesConnectivity
The following command uses a default test account to test EWS on the local Client Access server; it permits the test to use an unsecured connection: ______.
Test-WebServicesConnectivity -AllowUnsecureAccess
You should know that the POP3 service provides email access to clients on port 110; SSL-protected POP3 uses port ______.
995
The exam might test that you know how to use the EMS ______ cmdlet to verify that the POP3 service is running correctly.
Test-PopConnectivity
The following command prompts for the credentials for the Kim Akers mailbox user and tests POP3 connectivity to the Kim Akers mailbox on the VAN-EX1 Mailbox server: ______.
Test-PopConnectivity -MailboxServer:VAN-EX1 -MailboxCredential:(Get-Credential “adatum\Kim Akers”) | FL
The following command tests POP3 connectivity between the Client Access server CAS01 and all mailboxes on all Mailbox servers in the same organization, and specifies the connection type as SSL: ______.
Test-PopConnectivity –ClientAccessServer:CAS01 –ConnectionType:SSL
You need to create a test ______ before running the Test-PopConnectivity cmdlet.
user
As with the Test-OutlookConnectivity cmdlet that was just discussed, you must create a test user by using the ______ script before using the Test-PopConnectivity cmdlet.
New-TestCasConnectivityUser.ps1
The exam might test that you know how to use the EMS ______ cmdlet to verify that the IMAP4 service is working.
Test-ImapConnectivity
You are expected to know that, by default, IMAP4 uses port 143 and SSL-protected IMAP4 uses port ______ to retrieve email through a Client Access server.
993
The following command, run on a Client Access Server, tests connectivity to all mailboxes on the Mailbox server VAN-MBX01: ______.
Test-ImapConnectivity –MailboxServer VAN-MBX01 | FL
The following command tests IMAP4 connectivity from the Client Access server VAN-CAS01 to all mailboxes on all Mailbox servers on the local site: ______.
Test-ImapConnectivity -ClientAccessServer:VAN-CAS01 | FL
You should be aware that Exchange ActiveSync lets you synchronize a mobile phone with your Exchange 2010 mailbox, and that by default, you enable ActiveSync when you install the ______ server role on a computer running Microsoft Exchange Server 2010 RTM, SP1, or SP2.
Client Access
You can use the EMS ______ cmdlet to test the configuration of Microsoft Exchange ActiveSync by performing a full synchronization against a specified mailbox.
Test-ActiveSyncConnectivity
The following command tests Exchange ActiveSync connectivity for the mailbox Don-Hall on the Client Access server CAS01 in the contoso.com forest: ______.
Test-ActiveSyncConnectivity -ClientAccessServer contoso\CAS01 -URL “http://contoso.com/mail” -MailboxCredential “Don-Hall”
You can use the ______ parameter of the Test-ActiveSyncConnectivity cmdlet to specify whether the test uses the Autodiscover service to locate the Client Access server.
UseAutodiscoverForClientAccessServer
The Autodiscover service ______ client computers that are running Outlook 2007 or Outlook 2010.
configures
If you need to ensure that your users can access the mailboxes on a newly installed and configured server running Exchange Server 2010 by using ActiveSync, you should use the ______ setting in the authentication type for the Microsoft-Server-ActiveSync virtual directory.
anonymous
You have just installed the first computer running Exchange Server 2010 SP2 into an Exchange 2007 organization as a Client Access server. You want to ensure that all the mailboxes on Exchange Server 2007 Mailbox servers remain available when users utilize ActiveSync. What authentication type must you specify for the Microsoft-Server-ActiveSync virtual directory on the new server?
You should specify the anonymous authentication type.
What web-based tool can you use to test whether recipients can utilize Outlook Anywhere to access a server running Exchange Server 2010 SP2?
The Exchange Remote Connectivity Analyzer.
Your users utilize Outlook 2010 to access to your company’s Exchange 2010 environment. What EMS cmdlet can you use to determine the amount of lag for connections to a messaging server in your organization?
You use the Test-OutlookConnectivity cmdlet.
You administer the Exchange 2010 organization in the contoso.com forest. What EMS cmdlet can you use to determine if your users can utilize Outlook Anywhere to access an Exchange server in that forest?
The Test-ImapConnectivity cmdlet.
What EMS command do you issue to test IMAP4 connectivity from the Client Access server VAN-CAS01 in your Exchange 2010 organization to all mailboxes on all Mailbox servers on the local site and display the output in list format?
You issue the Test-ImapConnectivity -ClientAccessServer:VAN-CAS01 | FL command.