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