Objective 3.4 Exchange 2010 Flashcards
Objective 3.4: Configure Outlook Web App (OWA).
OWA 2010 has a single theme that is stored in ______. You can modify the graphic elements, colors, and so on in the theme, but users cannot switch between themes.
\Client Access\OWA\version\themes
You can customize the OWA logon page to change colors and styles. To do this, you edit the ______ file and then replace the default logos with your own choices. However, Microsoft does not support changing the logon page content.
logon.css
If you want to use certificatebased encryption and authentication for OWA traffic, you need to create a certificate request file (CSR) by using either the EMC ______ Wizard or the EMS ______ cmdlet and send this file to a CA.
New Exchange Certificate,
New-ExchangeCertificate
Typically, OWA access is used by external users, and you would use a trusted external or commercial CA. Alternatively, you can use an existing certificate by obtaining its ______. You then need to install the certificate in the /owa default website.
thumbprint
File access can be configured by amending the properties settings of the OWA virtual directory. File access can be configured on a basis of each OWA mailbox policy or by configuring the properties of the OWA virtual directory. You can use the EMC for both of these tasks. You can use the EMS ______ cmdlet to perform this configuration on the same basis. You can use the EMS ______ cmdlet to configure the properties of the OWA virtual directory.
Set-OwaMailboxPolicy,
Set-OwaVirtualDirectory
You can specify a list of files the user can always open by populating the allow list; you can specify those files the user can open after saving locally by populating the force save list; and you can populate the list of file types that the user is unable to open by populating the block list. The block list overrides the force save list, and the ______ list overrides both the other lists.
allow
You need to be aware that Exchange 2003 and Exchange 2007 public folders cannot be accessed by Exchange 2010 OWA (although they can by Outlook 2010), unless they have been replicated to an Exchange 2010 public folder ______.
database
You should be aware that you can use OWA and the ECP with almost any web browser. This includes Internet Explorer, Mozilla Firefox, Apple Safari, Google Chrome, and most other web browsers on computers running UNIX, Apple Macintosh, or Windows. If, however, you need to use S/MIME for digital signatures or message encryption, you must use ______ or later.
Internet Explorer 7
You should know that if you use a web browser that does not support its full feature set, OWA will open in its ______ version.
light
To have the best experience of using OWA, you need to verify that ______ is enabled. Answer: True. You should check your web browser’s options to verify the following three settings: ______.
JavaScript,
- Enable session cookies
- Enable JavaScript
- Pop-up blocker settings
You should be aware that the ECP provides a ______ interface with which you can manage Exchange configuration settings such as mailboxes, public groups, external contacts, administrator roles, and user roles. You can also use the reporting functionality available through the ECP to perform searches for specific messages and view delivery reports.
web-based
You can edit configuration settings by accessing the ECP through the EMC. To access ECP, select the EMC ______ node under Server Configuration, select Exchange Control Panel, and then right-click the ECP website and select Properties.
Client Access
You can use the EMS ______ cmdlet to configure ECP options. Answer: True. For example, the following command disables basic authentication for ECP on server CAS01: ______.
Set-EcpVirtualDirectory,
Set-EcpVirtualDirectory –Identity “CAS01\ecp (default web site)” –Basicauthentication: $false
SANs permit multiple identities such as server names and FQDNs to be included in the same ______. You should be aware that if you are implementing certificate-based (or forms-based) authentication and encryption on the OWA website, the certificate you install should have this facility.
certificate
You can configure public and private computer file access and segmentation settings both at the OWA Virtual Directory level and through individual OWA mailbox ______. You can configure the OWA authentication and remote file server’s settings only by configuring the OWA ______ Directory.
policies,
Virtual
You can configure segmentation settings at the virtual directory level. You can access the OWA virtual directory ______ dialog box through the EMC and configure (for example) segmentation settings.
Properties
You can use the ______ cmdlet to configure the same settings as those available in the OWA virtual directory Properties dialog box. For example, the following command configures the left-click options on attachments for OWA on server CAS01 when the user has chosen to log on by using the Private option so that the Open option is available: ______.
Set-OwaVirtualDirectory,
Set-OwaVirtualDirectory -Identity “CAS-01\owa (default Web site)” -DirectFileAccessOnPrvateComputersEnabled $true
You should know that during the installation of a Client Access server, Setup creates /exchange and /public virtual directories that are configured to ______ users to /owa. This enables users to enter the same URLs that they used to access the /exchange and /public virtual directories in Exchange 2003 and to access the /owa virtual directory used by Exchange 2007 and 2010.
redirect
Remember that the /exchange and /public virtual directories are created in ______. They are not created as Exchange OWA virtual directories and are not listed by the EMS Get-OwaVirtualDirectory cmdlet.
IIS
You should be aware that when the client access request is received, the Client Access server first uses ______ authentication to authenticate the user and then redirects the request to the appropriate virtual directory.
form-based
You can select forms-based authentication when configuring OWA properties at the virtual directory level. ______ authentication is also available. You can access the OWA virtual directory Properties dialog box through the EMC. In this dialog box, you can configure OWA authentication properties and select ______ or forms-based authentication.
Standard,
standard
You can use the ______ cmdlet to configure the same settings as those available in the OWA virtual directory Properties dialog box. For example, the following command sets forms-based authentication for OWA on server CAS01: ______.
Set-OwaVirtualDirectory,
Set-OwaVirtualDirectory –Identity “CAS01\owa (default web site)” –FormsAuthentication $true
You can use the ______ Wizard from the EMC to configure the external name associated with OWA. You can also use the EMS ______ cmdlet for this task.
Configure External Client Access Domain,
Set-OwaVirtualDirectory
For example, the following command sets the external client access domain for OWA on Client Access server CAS01 to mail.adatum.com, where OWA is hosted in the default location: ______.
Set-OwaVirtualDirectory –Identity ‘CAS01\owa (Default Web Site)’ –ExternalUrl ‘https://mail.adatum.com/owa’