70-342 TestsExpert.com

Page 1

Microsoft CODE: 70-342 Exam Name: Advanced Solutions of Microsoft Exchange Server 2013

http://www.testsexpert.com/70-342.html

Type

Microsoft

1

IBM

Demo

HP Cisco Oracle Instant download after purchase

http://www.testsexpert.com/70-342.html

Symantec


Question: 1 DRAG DROP You have an Exchange Server 2013 organization that has Information Rights Management (IRM) configured. Users report that they cannot apply IRM protection to email messages from Outlook Web App. You verify that the users can protect the messages by using IRM from Microsoft Outlook. You need to recommend a solution to ensure that the users can protect email messages by using IRM from Outlook Web App. Which four actions should you recommend? To answer, move the four appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Answer:

Microsoft

2

IBM

HP Cisco Oracle Instant download after purchase

http://www.testsexpert.com/70-342.html

Symantec


Explanation: Box 1: Create a distribution group named Group1. Box 2: Add the Microsoft Exchange Federation Mailbox user account to Group1. Box 3: Enable the super users group and set the group to Group1. Box 4: Run the Set-IRMConfiguration cmdlet. Note: * To enable IRM in Outlook Web App, you must add the Federation mailbox, a system mailbox created by Exchange 2013 Setup, to the super users group in AD RMS. * Step 1: Use the Shell to add the Federation mailbox to a distribution group If a distribution group has been created and configured as a super users group in the AD RMS cluster, you can add the Exchange 2013 Federation mailbox as a member of that group. If a super users group isn't configured, you must create a distribution group and add the Federation mailbox as a member. 1.Create a distribution group dedicated for use as an AD RMS super users group. 2. Add the user FederatedEmail.4c1f4d8b-8179-4148-93bf-00a95fa1e042 to the new distribution group. Step 2: Use AD RMS to set up a super users group Perform the following procedure on an AD RMS cluster. The account used to perform this procedure must be a member of the AD RMS Enterprise Administrators local group on the AD RMS server. 1. Open the Active Directory Rights Management Services console and expand the AD RMS cluster. 2. In the console tree, expand Security Policies, and then click Super Users. 3. In the action pane, click Enable Super Users. 4. In the result pane, click Change Super User Group to open the Super Users property sheet. 5. In the Super user group box, type the email address of the distribution group you created in the previous procedure, or click Browse to select a distribution group. * Information workers increasingly use e-mail to exchange sensitive information. To help secure this information, organizations can use Information Rights Management (IRM) to apply persistent protection

Microsoft

3

IBM

HP Cisco Oracle Instant download after purchase

http://www.testsexpert.com/70-342.html

Symantec


to messaging content. Prior to Microsoft Exchange Server 2010, effective use of IRM protection was limited to Outlook clients. In Exchange Server 2007, Microsoft Outlook Web Access users were required to download the Rights Management add-in for Microsoft Internet Explorer so they could access IRMprotected content. In Exchange 2013, IRM in Outlook Web App allows your users to access the rich IRM functionality offered by Exchange to apply persistent IRM-protection to messaging content. Reference: Information Rights Management in Outlook Web App Reference: Add the Federation Mailbox to the AD RMS Super Users Group

Question: 2 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 one of the Client Access servers, run the New-ExchangeCertificate cmdlet and specify the privatekeyexportable parameter. B. On all of the Client Access servers, run the Get-ExchangeCertificate cmdiet. C. On one of the Client Access servers, run the New-ExchangeCertificate cmdiet and specify the binaryencoded parameter. D. On one of the Client Access servers, start the Certificates console and run the Certificate Import Wizard.

Answer: C Question: 3 Contoso, Ltd., and Fabnkam, Inc., are partner companies. Each company has an Exchange Server 2013 organization in a data center that is connected to the Internet. All of the Exchange servers in both of the organizations have the Client Access server role and the Mailbox role installed. The data centers connect to each other by using a redundant high-speed WAN link. The following mail exchanger (MX) records are configured: • Contoso.com MX 10 mail.contoso.com • Fabrikam.com MX 10 mail.fabrikam.com You need to recommend a solution for inbound mail flow. The solution must meet the following requirements: • Users in both companies must receive email from the Internet if either of the Internet links fails. • Mail from the Internet to contoso.com must be received by mail.contoso.com if the Internet link at the Contoso data center is available. • Mail from the Internet to fabrikam.com must be received by mail.fabrikam.com if the Internet link at the Fabrikam data center is available. Which two actions should you recommend? (Each correct answer presents part of the solution. Choose

Microsoft

4

IBM

HP Cisco Oracle Instant download after purchase

http://www.testsexpert.com/70-342.html

Symantec


two.) A. Create the following DNS records: • Contoso.com MX 20 mail.fabrikam.com • Fabrikam.com MX 20 mail.contoso.com B. Create the following DNS records: • Contoso.com MX 10 mail.fabrikam.com • Fabrikam.com MX 10 mail.contoso.com C. For each organization, configure an internal relay domain and a Send connector. D. For each organization, configure an external relay domain and a Receive connector. E. Create the following DNS records: • Contoso.com MX 5 mail.fabrikam.com • Fabrikam.com MX 5 mail.contoso.com

Answer: A, B Question: 4 DRAG DROP You have an Exchange Server 2013 database availability group (DAG). Each member of the DAG has two network interfaces named Network1 and Network2. Network1 is used for client connections. Network2 is used for database replication. Network2 fails. You discover that replication traffic is sent over Network1. You need to ensure that all of the database replication traffic is sent over Network2. The solution must minimize database replication downtime. Which three actions should you perform? To answer, move the three appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Answer: Microsoft

5

IBM

HP Cisco Oracle Instant download after purchase

http://www.testsexpert.com/70-342.html

Symantec


Explanation: Box 1: Run the Suspend-MailboxDatabaseCopy cmdlet. Box 2: Restore the connectivity to Network2. Box 3: Run the Resume-MailboxDatabaseCopy cmdlet. Note: * You may need to suspend or resume a database copy for a variety of reasons, such as maintenance on the disk that contains a database copy, or suspend an individual database copy from activation for disaster recovery purposes. This example suspends continuous replication for a copy of the database DB1 hosted on the server MBX1. An optional comment has also been specified. Suspend-MailboxDatabaseCopy -Identity DB1\MBX1 -SuspendComment "Maintenance on MBX1" Confirm:$False This example resumes a copy of the database DB1 on the server MBX1. Resume-MailboxDatabaseCopy -Identity DB1\MBX1 Reference: Suspend or Resume a Mailbox Database Copy

Question: 5 You have an Exchange Server 2013 organization that contains two servers. The servers are configured as shown in the following table.

EX1 and EX2 are members of a database availability group (DAG) named DAG1. You have a database named DB1 that replicates to EX1 and EX2. EX1 fails. You discover that DB1 does not mount on EX2. You view the status of the mailbox databases as shown in the following table.

Microsoft

6

IBM

HP Cisco Oracle Instant download after purchase

http://www.testsexpert.com/70-342.html

Symantec


You need to ensure that the database attempts to mount on EX2 if EX1 fails. What should you change? A. The AutoDatabaseMountDial setting to Lossless B. The AutoDatabaseMountDial setting to BestAvailabilty C. The activation preference of DB1\EX2 D. The activation preference of DB1\EX1

Answer: B Question: 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: C Microsoft

7

IBM

HP Cisco Oracle Instant download after purchase

http://www.testsexpert.com/70-342.html

Symantec


Microsoft CODE: 70-342 Exam Name: Advanced Solutions of Microsoft Exchange Server 2013

http://www.testsexpert.com/70-342.html Microsoft

Cisco

IBM

MCTS 70-337

CCNA 640-802 640-822 640-816 640-460

MBS 98-361 70-332

CCNP 642-832 642-813 642-825 642-845

000-G01 000-M44

MCAS 77-602

CCSP 642-627 642-637 642-647 642-545

000-444 000-910

MCSE 70-282

CCIE 350-001 350-018 350-029 350-060

COG-105 COG-185

MCSA 2003 70-461 70-620

DATA CENTER 642-972 642-973 642-974 642-975

70-336 70-462

MB3-861

77-601 77-604 70-281 70-284 70-680

70-463

MB3-862

77-605 70-285

70-291

Microsoft

8

IBM

IBM Lotus

000-M42 000-M60

000-M41 000-M62

IBM Mastery

000-M43 000-M45

Solutions Expert

000-640 000-913

IBM Cognos

COG-180 COG-200

IBM Specialist

000-005 000-032

000-015 000-042

HP

Other

AIS

70-323 9L0-063 9L0-010 9L0-517 HP2-E53 70-321 650-179 1Y0-A20 00M-646 MB2-876 646-206 9L0-314 MB6-884 220-701 650-196 3305 MB6-871 HP2-Z22 9L0-407 9A0-146 HP2-H23 000-184 1Z0-527 HP2-B91 000-781 M70-201 M70-101 7004 HP3-X11 HP3-X08

HP0-311

HP0-M28

HP0-A25

HP0-M30

APC

HP0-D11 HP0-S29

HP0-J37 HP0-P14

MASE HP0-J33 HP0-M48 HP0-M49 HP0-M50 ASE

HP0-066 HP0-781

HP0-082 HP0-782

CSE

HP0-090 HP0-277

HP0-276 HP0-760

HP Cisco Oracle Instant download after purchase

http://www.testsexpert.com/70-342.html

Symantec


Turn static files into dynamic content formats.

Create a flipbook
Issuu converts static files into: digital portfolios, online yearbooks, online catalogs, digital photo albums and more. Sign up and create your flipbook.