Question 6 of 88

You have a Microsoft Exchange Server 2019 organization.

You plan to purchase a Microsoft 365 E5 subscription and create a hybrid deployment.

You are evaluating the security requirements for communication between the on-premises organization and Exchange Online.

You need to ensure that Exchange Online services can access the necessary on-premises virtual directories.

Which two on-premises virtual directories should be accessible to Exchange Online services? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

    Correct Answer: B, F

    To ensure that Exchange Online services can access the necessary on-premises virtual directories in a hybrid deployment, the two critical virtual directories that should be accessible are EWS (Exchange Web Services) and Autodiscover. EWS enables various functionalities between Exchange Online and on-premises Exchange, such as mailbox access and availability information. Autodiscover is essential for configuration and connectivity settings. Making these two directories accessible ensures seamless integration and communication between the on-premises Exchange environment and Exchange Online.

Question 7 of 88

HOTSPOT -

You have a Microsoft Exchange Server 2019 hybrid deployment.

You plan to enable Hybrid Modern Authentication (HMA).

You run the Get-MapiVirtualDirectory cmdlet and receive the output shown in the following exhibit.

Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic.

NOTE: Each correct selection is worth one point.

Hot Area:

    Correct Answer:

    References:

    https://docs.microsoft.com/en-us/office365/enterprise/configure-exchange-server-for-hybrid-modern-authentication

Question 8 of 88

DRAG DROP -

You have a Microsoft Exchange Server 2019 hybrid deployment.

All user mailboxes are migrated to Exchange Online.

You need to migrate the public folders from the on-premises organization to Exchange Online.

Which three actions should you perform in sequence before you create the migration batch? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Select and Place:

    Correct Answer:

    References:

    https://docs.microsoft.com/en-us/Exchange/collaboration/public-folders/migrate-to-exchange-online?view=exchserver-2019

Question 9 of 88

You have a Microsoft Exchange Server 2019 organization.

You purchase a Microsoft 365 subscription and configure Active Directory synchronization.

You use a smart host for all communication between the organization and the Internet. The smart host performs email hygiene and alters message headers.

You plan to run the Hybrid Configuration wizard to create an Exchange hybrid deployment and change the MX record to point to Exchange Online.

You need to decommission the smart host from the organization.

What should you do first?

    Correct Answer: B

    To decommission the smart host, you first need to change the email routing configuration from using the smart host to using DNS delivery directly. This can be done by modifying the Send connector to use DNS delivery, ensuring that outgoing emails are routed properly through the internet without relying on the smart host.

Question 10 of 88

You have a Microsoft Exchange Server 2019 hybrid deployment.

You are migrating public folder data to Exchange Online by using a migration batch of the PublicFolder type.

You need to identify the sync of each move request in the batch.

Which cmdlet should you run?

    Correct Answer: A

    In a Microsoft Exchange Server 2019 hybrid deployment, when migrating public folder data to Exchange Online using a migration batch of the PublicFolder type, you need to identify the sync of each move request in the batch. The correct cmdlet to view the status of individual jobs in public folder migration batches is Get-PublicFolderMailboxMigrationRequest. This cmdlet allows you to track the migration progress of public folders to Exchange Online. The option Get-PublicFolderMailboxMigrationRequests seems to be a typo, and the correct option should be Get-PublicFolderMailboxMigrationRequest, as indicated by various technical references and use cases.