Objective 1.3 Exchange 2010 Flashcards
Objective 1.3: Install Exchange roles
When you run the Exch Installation Wizard you are given the choice between performing a ______ Exch Srv installation and performing a ______ Exch Srv installation.
typical,
custom
When you perform a typical installation, the _____, _____, and _____ server roles are deployed on the host server.
Hub Transport,
Client Access, and
Mailbox
You can install only the Exchange Management tools but not Exchange itself. Typically, you would do this on an administrative workstation running ______ or ______.
Vista SP2 (or later) or Windows 7
The prerequisites for installing Exchange Management tools on a workstation running Windows 7 are ______ and ______.
- IIS6 Management Console,
- Microsoft .NET Framework 3.5.1
To run Exchange Management tools on a Vista workstation, you need these prerequisites:
- IIS6 Management Console,
- Microsoft .NET Framework 3.5.1,
- Microsoft .NET Framework 3.5 Family Update for Vista x64 and Win Srv 2008 x64,
- WinRM 2.0,
- PowerShell 2.0.
You can create a public folder database and configure Internet-facing addresses during Exch Srv 2010 ______.
installation
If you choose to deploy the Mailbox server role, you are asked whether there are any client computers that are running ______ or ______. If such computers are present, setup creates a public folder database.
Outlook 2003 or Entourage
You should be aware that you can deploy the Exchange Server 2010 ______ server role in an Existing Exchange 2003 organization before upgrading to Exchange 2010.
Edge Transport
When you install the first instance of Exch Srv 2010 into an existing Exch Srv 2007 organization, you should install the ______ server role first, followed by the ______ server role, followed by the ______ server role, and last, the ______ server role.
Client Access,
Hub Transport,
Unified Messaging,
Mailbox
If you want to create an Edge Subscription, you must deploy at least one Exch 2010 ______ server in the Exchange organization and configure the organization for coexistence.
Hub Transport
To deploy the Exch Srv 2010 Edge Transport server role, you must first create a ______ from the Edge Transport server to the Internet.
Send connector
You can use the New Send Connector Wizard in the EMC on the Edge Transport server to create this Send connector. You select Internet as the intended use and specify all (______) in the SMTP Address Space dialog box.
an asterisk
You can also use the EMS ______ cmdlet to create a Send connector on the Edge Transport server. For example, the following command creates a Send connector named Internet that uses DNS to route messages: ______.
New-SendConnector,
New-SendConnector -Name “Internet” -AddressSpaces * -Usage Internet -DNSRoutingEnabled $true
Because the ______ server role is the first Exch Srv 2010 role introduced into the Exch Srv 2007 organization, you need to enable Outlook Anywhere (if used), configure the virtual directories for the Offline Address Book (OAB), Exch Web Services, MS Exch ActiveSync, OWA, and Exch Control Panel (ECP). You also need to configure OWA settings and Exchange ActiveSync authentication settings.
Client Access
You need to know that you can view the setup log when setup completes by clicking _____ on the Completion page.
View Setup Log
You need to know that you can view the setup log when setup completes by clicking View Setup Log on the Completion page. You can view this file directly by using a text editor such as Notepad. The log is stored at ______.
C:\ ExchangeSetupLogs\ExchangeSetup.log
You can verify that Exch Srv 2010 has been deployed successfully by using the EMS ______ cmdlet. For example, the following command displays info about Exch Srv VAN-EX1: ______.
Get-ExchangeServer,
Get-ExchangeServer -Identity VAN-EX1 | Format-List
By using the ______, you can minimize the attack surface of a computer by disabling functionality that is not required by the server in performance of its roles.
Security Configuration Wizard (SCW)
The most commonly used ports for each role are as follows:
- 25
- 135
- 80
- 443
- Hub Transport, Edge Transport server SMTP traffic,
- Mailbox server MAPI access,
- Client Access server Autodiscover, availability, OWA, Outlook Anywhere, Exchange ActiveSync,
- Client Access server secure (SSL) Autodiscover, availability, OWA, Outlook Anywhere, Exchange ActiveSync
In general, it is preferable to perform environmental preparation steps separately so that you can ensure that changes ______ successfully before attempting to deploy the first Exchange server in your organization.
replicate
For email messages to flow correctly, you need at least one ______ server and one ______ server at each site.
Hub Transport,
Mailbox
You need at least one ______ server in each site that has a Mailbox server.
Client Access
You cannot deploy the ______ role on the same server as other roles.
Edge Transport
You should know how to start installation and optionally specify an answer file with a command such as ______.
Setup.com /Mode:Install /Roles:Mailbox