PrepAway - Latest Free Exam Questions & Answers

Which two cmdlets should you recommend running next?

###BeginCaseStudy###
Topic 1, Fabrikam inc.
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.
Existing Environment
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.
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.

###EndCaseStudy###

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.

PrepAway - Latest Free Exam Questions & Answers

A.
New-OfficeWebAppsFarm

B.
Set-PartnerApplication

C.
Set-MailboxServer

D.
New-OfficeWebAppsHost

E.
Set-OrganizationConfig

4 Comments on “Which two cmdlets should you recommend running next?

  1. Mahoney says:

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

    1. Set OOS internal and external URLs
    New-OfficeWebAppsFarm -InternalURL “https://oos.contoso.com” -ExternalURL “https://oos.contoso.com” -CertificateName “Office Online Server Preview Certificate” (with split brain) or
    New-OfficeWebAppsFarm -InternalURL “https://oos.internal.contoso.com” -ExternalURL “https://oos.contoso.com” -CertificateName “Office Online Server Preview Certificate”

    2. Configure the Office Online Server endpoint at the Mailbox server level (If you have Exchange 2013 servers in your organization, don’t configure an endpoint at the organization level. Doing so will direct Exchange 2013 servers to use the Office Online Server server. This isn’t supported.)
    Set-MailboxServer MBX -WacDiscoveryEndpoint https://oos.internal.contoso.com/hosting/discovery
    Restart-WebAppPool MsExchangeOwaAppPool

    (If you had only Exchange 2016 servers in your organization, you would run
    Set-OrganizationConfig -WacDiscoveryEndpoint https://oos.internal.contoso.com/hosting/discovery
    Restart-WebAppPool MsExchangeOwaAppPool)

    So, agree A and C




    0



    0

Leave a Reply