Objective 3.2 Exchange 2010 Flashcards
Objective 3.2: Configure Outlook Anywhere and RPC Client Access.
You should be aware that in addition to its use with ActiveSync, the Autodiscover service can be used with ______. You should also know that Autodiscover can be used to determine the parameters for the EMS Test-OutlookConnectivity cmdlet.
Outlook Anywhere
The Autodiscover service can automatically detect which ______ server is closest to a user’s mailbox.
Client Access
You need to know that the RPC Client Access service allows incoming Outlook and Outlook Anywhere client access to Exchange mailboxes through ______ connections to the Client Access server, with the exception of public folder requests, which are made directly to the Mailbox server.
MAPI
You can enable or disable the MAPI protocols by accessing the mailbox Properties dialog box from the EMC, or by using the EMS ______ cmdlet with the MAPIEnabled parameter set to $False.
Set-CASMailbox
You can use the EMS ______ (not the Get-CASMailbox) cmdlet with the MAPIBlockOutlookRpcHttp parameter to specify whether clients can connect to Outlook by using Outlook Anywhere.
Set-CASMailbox
You should be aware that a client access array is a collection of load-balanced Client Access servers, that there can be only one client access array per ______ site, and that a single client access array cannot span multiple sites.
active directory
You can create a client access array by using the EMS ______ cmdlet. For example, the following command creates a new client access array named myclientarray.contoso.com in the Aberdeen site: ______.
New-ClientAccessArray,
New-ClientAccessArray –FQDN myclientarray.contoso.com –Site Aberdeen –Name “myclientarray.contoso.com”
You can use the ______ cmdlet with the RpcClientAccess parameter to assign a client access array to a mailbox database. For example, the following command configures mailbox database MyMailboxDatabase to use client access array myclientarray .contoso.com: ______.
Set-MailboxDatabase,
Set-MailboxDatabase MyMailboxDatabase –RpcClientAccess myclientarray.contoso.com
To prepare a Client Access server to support Outlook Anywhere, you must obtain a valid ______ certificate.
SSL
Outlook Providers are specifically related to the client type. When the Client Access server role is installed, by default three providers are created: ______, ______, and ______.
- EXCH (internal),
- EXPR (Outlook Anywhere), and
- WEB (external)
You can configure (for example) certificate usage such as enabling Outlook Anywhere to use wildcard certificates by configuring the appropriate Outlook Provider by using the EMS ______ cmdlet.
Set-OutlookProvider
You should know that the ______ certificate property permits you to have a single certificate for more than one URL or FQDN.
Subject Alternative Name (SAN)
You use IIS to configure SSL on the ______ virtual directory. In IIS, you access the /rpc virtual directory Properties dialog box. On the Security tab, you click Edit in Secure Communications, and then select Require Secure Channel (SSL).
/rpc
In IIS, you access the /rpc virtual directory Properties dialog box. On the Security tab, you click Edit in Secure Communications, and then select Require Secure Channel (SSL). If you perform the same procedure in the Default Web Site Properties dialog box, you enable SSL for the entire ______, not just for the /rpc virtual directory.
website
Outlook Anywhere supports both ______ and basic authentication. You can switch between authentication types by using the EMS ______ cmdlet. For example, the following command sets the client authentication method to NTLM for the /rpc virtual directory on the Client Access server GLA-CAS01: ______.
NTLM,
Set-OutlookAnywhere
Set-OutlookAnywhere -Identity:GLA-CAS01\Rpc (Default Web Site) –ClientAuthenticationMethod Ntlm
Once you have enabled Outlook Anywhere, you can modify its properties either by using the ______ cmdlet or by accessing the ______ dialog box of the Client Access server in the EMC.
Set-OutlookAnywhere,
Properties
Remember that the ______ feature must be present on the Windows Server 2008 or Windows Server 2008 R2 host before you can deploy Outlook Anywhere.
RPC over HTTP
For clients running Outlook 2007 and Outlook 2010, the transition from Exchange 2007 to Exchange 2010 is seamless. This is because these clients automatically support RPC ______.
encryption
You can disable RPC encryption on the Client Access server. You can carry out this procedure as an alternative to reconfiguring older clients. You disable RPC encryption by using the EMS ______ cmdlet with the ______ parameter set to $False.
Set-RpcClientAccess,
EncryptionRequired
You can enable or disable either or both of these protocols by accessing the mailbox ______ dialog box from the EMC, or by using the EMS ______ cmdlet with the PopEnabled or ImapEnabled parameter.
Properties,
Set-CASMailbox
Remember that you can disable POP3 and IMAP4 for a specified mailbox or for an entire ______.
server
Once you have set up Outlook Anywhere, you can verify that it is functioning by using the ______ cmdlet with the Protocol parameter set to HTTP.
Test-OutlookConnectivity
A typical end-to-end Outlook connectivity test scenario for Outlook Anywhere includes testing for connectivity through the Autodiscover service, creating a user profile, and logging on to the user mailbox. The following command adheres to this scenario and tests TCP/IP connectivity by setting the Protocol parameter to HTTP: ______.
Test-OutlookConnectivity –Protocol HTTP –GetDefaultsFromAutoDiscover $true
You can test whether clients can access a specific mailbox using Outlook Anywhere by using the ______. You can access this tool at http://www.testexchangeconnectivity.com site. The Outlook Anywhere (RPC over HTTP) test validates Outlook Anywhere connectivity for a specified mailbox.
Remote Connectivity Analyzer
You do not want remote users to access the mailboxes on the Mailbox server GLA-MBX01 using IMAP4 clients. How do you block access to these users?
You deselect the IMAP4 mailbox feature on GLA-MBX01.
Which EMS cmdlet can you use to verify Outlook Anywhere connectivity through the Autodiscover service?
You use the Test-OutlookConnectivity cmdlet.
Which EMS cmdlet would you use to set the Outlook Anywhere client authentication method to NTLM?
You use the Set-OutlookAnywhere cmdlet.
What EMS cmdlet and parameter enable you to specify whether clients can connect to Outlook by using Outlook Anywhere?
The Set-CASMailbox cmdlet with the MAPIBlockOutlookRpcHttp parameter.
What EMS cmdlet and parameter do you use to assign a client access array to a mailbox database?
You use the Set-MailboxDatabase cmdlet with the RpcClientAccess parameter.