Sale!

70-345 Designing and Deploying Microsoft Exchange Server 2016

$19.95

  • Passing Score: 800
  • Time Limit: 120 min
  • Q&A: 90
  • Updated December 2022
Categories: ,
Recommend this page

Description

Start your future with a Data Analysis Certificate.

Exam demo

70-345 Designing and Deploying Microsoft Exchange Server 2016

Fabrikam, Inc.
Testlet 1
Overview
Fabrikam, Inc. is an international manufacturing company that has 5,000 employees. The company has sales, marketing, research, and human
resources departments.
Fabrikam has two main offices and three branch offices. The main offices are located in New York and London. The branch offices are located in
Seattle, Montreal, and Paris.
The offices connect to each other by using a WAN link. Each office connects directly to the Internet. The WAN connections from the main offices to the
branch offices are reliable.
Exchange Environment
The Exchange Server organization contains servers that have either Exchange Server 2010 or Exchange Server 2013 installed. Each main office
contains two Exchange Server 2013 servers. Each branch office contains one Exchange Server 2010 server.
MX records are configured to deliver email to the offices in New York and London. Email is delivered to the London office only if the New York office is
unavailable.
Each office is configured to use a separate namespace for client access. The New York office is configured to use a namespace of mail.fabrikam.com.
The servers in the New York and London offices are members of a database availability group (DAG). Each mailbox database in the New York and
London offices has three copies.
The technical support staff in the branch offices have administrative access to the existing Exchange servers and are assigned Organization
Management permissions.
Users from the sales department frequently send email messages that contain the Social Security number of customers in the United States.
Problem Statements
Fabrikam identifies the following issues on the network:
Users in the Paris office report that when launching Microsoft Outlook, they receive a security alert indicating a certificate name mismatch. The
security alert is not generated when they connect to Outlook Web Access. Users from the other offices do not report receiving the security alert.
Network administrators report that the mailbox databases in the New York office sometimes activate on the Exchange servers in the London office,
resulting in poor performance for the New York office users.
Requirements
Planned Changes

Fabrikam plans to implement the following changes to the network:
Upgrade the organization to Exchange Server 2016 during the next six months.
Enable online document viewing and editing from Outlook on the web.

High Availability Requirements
Fabrikam identifies the following high-availability requirements for the planned deployment:
Mailbox databases that contain mailboxes for the New York office users must only be activated on the servers in the London office manually.
All client access connections to the London and New York offices must use load-balanced namespaces. The load balancing mechanism must
perform health checks.

Security and compliance requirements
Fabrikam identifies the following security and compliance requirements:
After the planned upgrade, the maximum mailbox size must be 5 GB.
Administrators from the branch offices must be able to view the mailbox properties and reset the passwords of the users, but must be prevented from
changing the mailbox database configurations.
Users who are involved in legal disputes with customers must be prevented from permanently deleting email messages pertaining to the dispute. The
users must be able to delete all other messages permanently.
If a user enters a Social Security number in an email message addressed to an external recipient, the user must receive a notification before sending
the message. If the user sends the message, the message must not be delivered. A compliance officer must be notified of the violation.

Connectivity requirements
Fabrikam identifies the following connectivity requirements:
Connections for inbound and outbound email must be initiated and terminated from an Edge Transport server in the perimeter network.
All external client connections from the branch office users must be proxied from the New York office to the branch offices.
The number of namespaces used for client access must be minimized.

QUESTION 1
You need to recommend changes to the existing environment to meet the high-availability requirements for the mailbox databases.
What should you recommend?
A. Run the Set-MailBoxDatabase cmdlet.
B. Run the Set-DatabaseAvailabilityGroup cmdlet.
C. Run the Set-MailBoxServer cmdlet.
D. Run the Set-MailBoxDatabaseCopy cmdlet.

Correct Answer: C

:
Explanation:
Scenario:
Mailbox databases that contain mailboxes for the New York office users must only be activated on the servers in the London office manually.
We can use the Set-MailBoxServer cmdlet with the DatabaseCopyAutoActivationPolicy parameter.
References:
https://docs.microsoft.com/en-us/powershell/module/exchange/mailbox-databases-and-servers/set-mailboxserver?view=exchange-ps

QUESTION 2
You begin to implement the Exchange Server 2016 servers and plan to decommission the Exchange Server 2013 servers during the next six months.
You need to recommend which actions must be performed to support the planned changes for document collaboration.
You install Microsoft Office Online Server on a new server.
Which two cmdlets should you recommend running next? Each correct answer presents part of the solution.
A. New-OfficeWebAppsFarm
B. Set-PartnerApplication
C. Set-MailboxServer
D. New-OfficeWebAppsHost
E. Set-OrganizationConfig

Correct Answer: AC

References:
https://technet.microsoft.com/en-us/library/mt170644(v=exchg.160).aspx

QUESTION 3
You need to recommend a solution for the users involved in the legal disputes.
What should you include in the recommendation?
A. a journal rule
B. an Outlook protection rule
C. an In-Place Hold
D. a Litigation Hold

Correct Answer: C

References:
https://technet.microsoft.com/en-us/library/ff637980(v=exchg.160).aspx

QUESTION 4
You deploy Layer 7 load balancers to the New York and London offices.
You are planning the namespace configuration that will be used once you complete the planned upgrade to Exchange Server 2016.
You need to recommend a solution to meet the connectivity requirements for the namespaces.
What should you recommend?
A. On the New York office servers, change the internal URLs to mail.fabrikam.com.
B. On all of the branch office servers, change the external URLs to $null.
C. On all of the branch office servers, change the external URLs to mail.fabrikam.com.
D. On the New York office servers, change the internal URLs to $null.

Correct Answer: C

Explanation:
Scenario:
Fabrikam connectivity requirements include: The number of namespaces used for client access must be minimized.
Each office is configured to use a separate namespace for client access. The New York office is configured to use a namespace of
mail.fabrikam.com.

QUESTION 5
You need to recommend changes to the messaging infrastructure. The changes must meet the connectivity requirements after the planned upgrade.
Which two actions should you recommend? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

A. From the Mailbox servers, import the Edge Subscription file.
B. On the Edge Transport Servers, start Edge Synchronization.
C. On the Edge Transport servers, import the Edge Subscription file.
D. On the Edge Transport servers, create an Edge Subscription file.
E. On the Mailbox servers, restart the Microsoft Exchange Transport service.

Correct Answer: AE

Explanation:
Edge Subscriptions are used to populate the Active Directory Lightweight Directory Services (AD LDS) instance on the Edge Transport server with
Active Directory data. Although creating an Edge Subscription is optional, subscribing an Edge Transport server to the Exchange organization provides
a simpler management experience and enhances antispam features.
To deploy an Edge Transport server and subscribe it to an Active Directory site, follow these steps:
Install the Edge Transport server role.
Prepare for the Edge Subscription:
On the Edge Transport server, create and export an Edge Subscription file by running the New-EdgeSubscription cmdlet.
Copy the Edge Subscription file to a Mailbox server or a file share that’s accessible from the Active Directory site containing your Mailbox servers.
Import the Edge Subscription file to the Active Directory site by running the New-EdgeSubscription cmdlet on the Mailbox server.
Scenario: Fabrikam connectivity requirements include:
Connections for inbound and outbound email must be initiated and terminated from an Edge Transport server in the perimeter network.
References: https://technet.microsoft.com/en-us/library/aa997438(v=exchg.160).aspx


Jump start your career in Advance Machine Learning

0/5 (0 Reviews)