70-342 Exam - Advanced Solutions of Microsoft Exchange Server 2013

certleader.com

Q1.  (Topic 6) 

Your company has two offices. The offices are located in New York and Tokyo. 

You have an Exchange Server 2013 organization. 

You have the following Unified Messaging (UM) dial plans: 

. Tokyo Dial Plan 

. New York Dial Plan A user named User 1 has a mailbox that is associated with the New York Dial Plan. User 1 frequently works from both the New York and the Tokyo offices. 

You need to add an extension from the Tokyo office to the account of User1. 

Which cmdlet should you run? 

A. Set-Mailbox 

B. Set-UMMailbox 

C. Set-UMMailboxPolicy 

D. Set-UMDialPlan 

Answer:

Explanation: 

Use the Set-UMDialplan cmdlet to set various properties on a Unified Messaging (UM) dial plan. 

The Extension parameter specifies the extension number used by the Call Someone feature when a call is transferred. 

Reference: Set-UMDialplan 

https://technet.microsoft.com/en-us/library/bb124408(v=exchg.150).aspx 

Q2.  (Topic 2) 

You need to recommend a solution to meet the compliance requirement for the legal department. 

What should you include in the recommendation? 

A. A retention hold 

B. The Discovery Management management role group 

C. A litigation hold 

D. The Recipient Management management role group 

Answer:

Explanation: 

* Scenario: The legal department must be able to search for messages in all of the mailboxes. 

* Administrators or users who are members of the Discovery Management role group can perform searches of mailboxes in the Exchange organization for data that meets specific criteria and can also configure litigation holds on mailboxes. 

Q3. HOTSPOT - (Topic 4) 

You need to recommend a solution that meets the compliance requirements for emailing bank account numbers. 

Which command should you include in the recommendation? (To answer, select the appropriate options in the answer area.) 

Answer:  

Q4. HOTSPOT - (Topic 6) 

Your company implements Exchange Server 2013 Unified Messaging (UM). 

The company uses an auto attendant. 

You need to ensure that when calls are routed to the auto attendant, callers can press 0 to 

reach a receptionist. 

Which option should you configure from the UM Auto Attendant window? To answer, select 

the appropriate option in the answer area. 

Answer:  

Q5.  (Topic 6) 

You plan to deploy 20 Client Access servers that will have Exchange Server 2013 installed. 

You need to prepare the certificate required for the planned deployment. The solution must ensure that the same certificate can be used on all of the Client Access servers. 

What should you do first? 

A. On each Client Access server, start the Certificates console and run the Certificate Import Wizard. 

B. From the Exchange Admin Center, create a new certificate request. 

C. On all of the Client Access servers, run the Get-ExchangeCertificate cmdlet. 

D. On one of the Client Access servers, run the New-ExchangeCertificate cmdlet and specify the BinaryEncoding parameter. 

Answer:

Explanation: 

Configuring server certificates In Exchange 2013, you can use the Certificate Wizard to request a digital certificate from a certification authority. After you’ve requested a digital certificate, you’ll need to install it on the Client Access server. 

Reference: Exchange 2013 Client Access server configuration 

https://technet.microsoft.com/en-us/library/hh529912(v=exchg.150).aspx 

Q6.  (Topic 6) 

You have an Exchange Server 2013 organization that is integrated with Microsoft Lync Server 2013. Users report that they fail to make Unified Messaging (UM) calls. 

You download the Unified Message Troubleshooting tool. 

You need to perform an end-to-end test of the UM components. 

Which cmdlet should you use? 

A. Test-ExchangeUMCallFlow 

B. Test-CsPhoneBootstrap 

C. Start-UMPhoneSession 

D. Test-UMConnectivity 

Answer:

Explanation: 

Use the Test-ExchangeUMCallFlow cmdlet (the UM Troubleshooting Tool) to test call flow between Client Access servers running the Microsoft Exchange Unified Messaging Call Router service, Mailbox servers running the Microsoft Exchange Unified Messaging service, VoIP gateways, IP PBXs, Session Initiation Protocol (SIP) servers and Microsoft Lync Server. The Test-ExchangeUMCallFlow cmdlet can be used to diagnose configuration errors found in telephony components, Exchange 2010 SP1 or later or Exchange 2013 Unified Messaging settings, and connectivity issues between on-premises and hybrid Unified Messaging deployments. 

Reference: Test-ExchangeUMCallFlow 

https://technet.microsoft.com/en-us/library/ff630913%28v=exchg.150%29.aspx 

Q7. DRAG DROP - (Topic 6) 

You have an Exchange Server 2010 organization that contains two servers named EX1 and EX2. EX1 and EX2 are members of a database availability group (DAG) named DAG1. 

You plan to migrate the organization to Exchange Server 2013. 

You install Exchange Server 2013 on two new servers named EX3 and EX4 and you import the required certificates. 

You need to recommend which migration tasks must be performed to migrate the mailboxes and the public folders. The solution must meet the following requirements: 

. Prevent any interruption to mailbox and public folder access during the migration. 

. Ensure that all mailbox and public folder data remains highly available during the 

migration. 

Which five actions should you perform in sequence before decommissioning EX1 and EX2 from the network? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. 

Answer:  

Q8.  (Topic 6) 

You have an Exchange Server 2010 organization named adatum.com. 

All public folders are stored on a server named EX5. 

You deploy a new server named EX6. EX6 has Exchange Server 2013 installed. 

You move all mailboxes to EX6. 

You need to move the public folders to EX6. The solution must ensure that users can access the public folders after EX5 is decommissioned. 

Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.) 

A. On EX6, create a public folder mailbox. 

B. On EX6, run the New-PublicFolderMigrationRequest cmdlet. 

C. On EX5, modify the replication partners for all of the public folders. 

D. On EX6, run the New-SiteMailboxProvisioningPolicy cmdlet. 

E. On EX5, assign the FolderOwner permission to the Public Folder Management management role group for all of the public folders. 

F. On EX6, run the MoveAllReplicas.ps1 script. 

Answer: A,B 

Explanation: 

B: Use the New-PublicFolderMigrationRequest cmdlet to begin the process of migrating public folders from Microsoft Exchange Server 2007 or Exchange Server 2010 to Exchange Server 2013. 

Note: See step 4 and 5 below. 

Step 1: Download the migration scripts Step 2: Prepare for the migration Step 3: Generate the .csv files Step 4: Create the public folder mailboxes on the Exchange 2013 server Step 5: Start the migration request Example: New-PublicFolderMigrationRequest -SourceDatabase (Get-PublicFolderDatabase -Server <Source server name>) -CSVData (Get-Content <Folder to mailbox map path> -Encoding Byte) -BadItemLimit $BadItemLimitCount 

Step 6: Lock down the public folders on the legacy Exchange server for final migration 

(downtime required) 

Step 7: Finalize the public folder migration (downtime required) 

Step 8: Test and unlock the public folder migration 

Q9.  (Topic 6) 

Your company has a data center in New York and a data center in Miami. 

The company has an Exchange Server 2013 organization that contains a database availability group (DAG). The DAG contains servers in both data centers. 

The company plans to deploy Outlook Anywhere to all users. 

You configure the following: 

. All of the Exchange Server 2013 virtual directories in the New York data center use a host name of mail.contoso.com. 

. All of the Exchange Server 2013 virtual directories in the Miami data center use a host name of miami.mail.contoso.com. 

. In each data center, a certificate from an enterprise certification authority (CA) is 

configured to contain the following: 

. A certificate principal name of mail.contoso.com . Subject alternate names of mail.contoso.com and miami.mail.contoso.com 

You need to recommend which task must be performed to meet the following requirements: 

. Users always must attempt to connect first to a server in the data center where their mailbox is located. . Users must be able to access their mailbox if a single data center fails. 

What should you recommend? 

A. Change the external host name of the Miami data center to mail.contoso.com. 

B. Modify the ExternalUrl of the Autodiscover virtual directory of the Client Access servers. 

C. Run the Set-OutlookProvider cmdlet. 

D. Run the Add-AvailabilityAddressSpace cmdlet. 

Answer:

Explanation: 

* The Set-OutlookProvider cmdlet creates the global settings for the Autodiscover service. It sets the AutoDiscoverConfig object under the Global Settings object in Active Directory and sets the attributes specified in the parameters listed in the Parameters section. 

* The AutoDiscover feature in Exchange 2007/2010 is often overlooked during setup but is 

an important factor in ensuring smooth day to day running of your Exchange environment. Its main function is to provide the mail client with all the configuration options it needs, from only the user's email address and password. This is particularly useful for remote users and smartphone users, who no longer have to enter advanced settings like server names and domains. It is also vital for the correct functioning of features such as Out Of Office and the Offline Address Book in Outlook. 

Q10.  (Topic 6) 

You have an Exchange Server 2013 organization that contains one office in Los Angeles and one office in New York. 

All servers have the Mailbox server role and the Client Access server role installed and are members of a data availability group (DAG) named DAG1. The servers and databases are shown in the exhibit. (Click the Exhibit button.) 

You need to ensure that if the active copy of NYDB01 fails, a server in the same site will attempt to activate a copy of the database before a server in another site does. The solution must not influence the activation of other database copies. 

Which command should you run? 

A. suspend-mailboxdatabasecopy -identity nydb01\ex3 -activationonly 

B. set-mailboxserver -identity ex3 -autodatabasemountdial bestavailability 

C. suspend-mailboxdatabasecopy -identity nydb01\ex4 -activationonly 

D. set-mailboxserver -identity ex4 -autodatabasemountdial bestavailability. 

Answer: