Practice with MS-203 Dumps for Microsoft 365 Certified Certified Exam Questions & Answer [Q137-Q162]

Share

Practice with MS-203 Dumps for Microsoft 365 Certified Certified Exam Questions & Answer

REAL MS-203 Exam Questions With 100% Refund Guarantee


Key Exam Facts

First things first, the time limit allotted to MS-203 exam is 180 minutes. During this period, the candidates will be presented with 40-60 questions and will be asked to answer as many of them as possible with an aim to gain at least 700 points out of a total of 1000. The test is available in the English language and costs $165 for every attempt. Like most of the certification exams offered by Microsoft, MS-203 can be scheduled and taken with the help of the Pearson VUE platform. Of course, learners should be sure to master all the concepts right before heading to the above-mentioned website to register for the test. Also, to have a clue of what the actual exam might contain, Microsoft strongly advises that candidates should review the possible questions and their types by using practice tests beforehand.


Management of public folders

  • Top Level Hierarchy as a public folder
  • Creation of extra public folder mailboxes
  • Migration of things in public folder mailboxes
  • Planning and configuration of a public folder

Securing the Messaging Environment

This domain is focused on the management of role-based permissions, ensuring message hygiene using office 365 advanced threat and exchange online, and compliance. To get ready for the questions under this section, one should gain enough knowledge about the following: the administration of role groups and user roles, planning of RBAC roles, connection filters, performing monitoring of the quarantined items, and ensuring protection for phishing. Along with this, candidates should be skilled in configuring ATP safe links, safe attachments, audit logs, etc.

 

NEW QUESTION 137
You have a Microsoft Exchange Online tenant that contains three Azure Active Directory (Azure AD) security groups named Administrators, Managers, and Marketing. The tenant contains the users shown in the following table.

The tenant contains the resources shown in the following table.

ConferenceRoom1 has he following policy.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Reference:
https://docs.microsoft.com/en-us/powershell/module/exchange/set-calendarprocessing?view=exchange-ps

 

NEW QUESTION 138
You have a Microsoft Exchange Server 2019 organization.
You have the Address Book Policies (ABP) and address lists in the following table.

You have the users in the following table.

You assign ABP1 to User1 and User2.
User3 is NOT assigned to an Address Book Policy.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

References:
https://docs.microsoft.com/en-us/exchange/email-addresses-and-address-books/address-book-policies/address-book-policies?view=exchserver-2019

 

NEW QUESTION 139
You have a Microsoft Exchange Server 2019 hybrid deployment.
You run the Get-HybridConfiguration 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.

Answer:

Explanation:

Reference:
https://docs.microsoft.com/en-us/powershell/module/exchange/federation-and-hybrid/set-hybridconfiguration?view=exchange-ps

 

NEW QUESTION 140
You have a Microsoft Exchange Server 2019 organization.
Users access their email by using Microsoft Outlook 2019.
The users report that when a mailbox is provisioned for a new user, there is a delay of many hours before the new user appears in the global address list (GAL). From Outlook on the web, the users can see the new user in the GAL immediately.
You need to reduce the amount of time it takes for new users to appear in the GAL in Outlook 2019.
What should you do?

  • A. Modify the default email address policy.
  • B. Create as address book policy (ABP).
  • C. Modify the offline address (OAB) schedule.
  • D. Create a scheduled task that runs the Update-GlobalAddressList cmdlet.

Answer: C

Explanation:
Explanation
References:
https://www.howto-outlook.com/howto/oabupdate.htm#syncschedules

 

NEW QUESTION 141
Your company named Contoso, Ltd. has a Microsoft Exchange Online subscription that uses a domain named contoso.com.
Contoso works with a partner company named A.Datum Corporation. A.Datum has an Exchange Server 2016 organization that uses a domain named adatum.com.
You need to ensure that users at Contoso can share their free/busy information with the users at A.Datum.
What should you do for each company? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

References:
https://docs.microsoft.com/en-us/exchange/sharing/organization-relationships/organization-relationships

 

NEW QUESTION 142
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You have a Microsoft Exchange Server 2019 organization that contains 200 mailboxes.
You need to add a second email address to each mailbox. The address must have a syntax that uses the first letter of each user's last name, followed by the user's first name, and then @fabrikam.com.
Solution: You convert all the mailboxes to shared mailboxes, and then you run the Set-Mailbox cmdlet and specify the -EmailAddressPolicyEnabled $false parameter.
Does this meet the goal?

  • A. No
  • B. Yes

Answer: A

Explanation:
Reference:
https://docs.microsoft.com/en-us/exchange/email-addresses-and-address-books/email-address-policies/email-address-policies?view=exchserver-2019 Email address policies define the rules that create email addresses for recipients in your Exchange organization.
The basic components of an email address policy are:
* Email address templates: Define the email address format for the recipients (for example <firstname>@contoso.com or <lastname>.<firstname>@contoso.com).
* Recipient filter: Specifies the recipients whose email addresses are configured by the policy.
* Priority: Specifies the order to apply the email address policies (important if a recipient is identified by more than one policy).
The EmailAddressPolicyEnabled parameter specifies whether to apply email address policies to this recipient. Valid values are:
* $true: Email address policies are applied to this recipient. This is the default value.
* $false: Email address policies aren't applied to this recipient.

 

NEW QUESTION 143
Your company has an Exchange Online tenant.
A partner company named Fourth Coffee also uses Exchange Online.
You need to ensure that the users at your company share free busy information with the users at Fourth Coffee.
The solution must ensure that the meeting details included in the calendars of your company users remain hidden from the Fourth Coffee users.
How should you complete the command? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Explanation

Reference:
https://docs.microsoft.com/en-us/powershell/module/exchange/new-organizationrelationship?view=exchange-ps

 

NEW QUESTION 144
You are migrating mailboxes from a Microsoft Exchange Server 2016 organization to Exchange Online. The mailbox migrations are configured to suspend, and you plan to perform a coordinated cutover.
Which PowerShell command should you run to complete all the suspended mailbox migrations? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Explanation

Box 1: Get-MoveRequest
The Get-MoveRequest cmdlet gets the status of an ongoing asynchronous mailbox move that was initiated by using the New-MoveRequest cmdlet.
Box 2: Resume-MoveRequest
The Resume-MoveRequest cmdlet is used to resume a move request that has been suspended or has failed.
Reference:
https://docs.microsoft.com/en-us/powershell/module/exchange/move-and-migration/get-moverequest?view=exch
https://docs.microsoft.com/en-us/powershell/module/exchange/move-and-migration/resume-moverequest?view=

 

NEW QUESTION 145
You recently implemented a hybrid deployment that contains a Microsoft Exchange Online tenant and an on-premises Exchange Server 2019 server named Server1. The public IP address of Server1 is 131.107.1.100.
The deployment is configured as shown in the following table.

Users hosted in Microsoft 365 report that they receive non-delivery reports (NDRs) when they attempt to send email messages to mailboxes hosted in Exchange Server 2019.
You need to ensure that the email is delivered successfully. The solution must ensure that email delivery is successful for all the users at your company.
What should you do?

  • A. Configure the accepted domain to use a value of *.
    D18912E1457D5D1DDCBD40AB3BF70D5D
  • B. Configure the remote domain to use a value of contoso.com.
  • C. Modify the MX record to point to the internal Exchange servers.
  • D. Configure the Outbound connector to use a smart host of 131.107.1.100.

Answer: D

 

NEW QUESTION 146
Your company has a Microsoft Exchange Server 2019 hybrid deployment.
The company has two departments that have the mailboxes configured as shown in the following table.

All the accounting department mailboxes reside in a database named ACCT-DB01.
You create the mailboxes shown in the following table.

You need to record all the email communication of the users in each department. The solution must minimize costs.
What should you use for each department? To answer, drag the appropriate options to the correct departments. Each option may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Reference:
https://www.microsoft.com/en-gb/microsoft-365/exchange/microsoft-exchange-server-licensing-licensing-overview?rtc=1

 

NEW QUESTION 147
You have a Microsoft Exchange Server 2019 hybrid deployment.
You run the Get-HybridConfiguration 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.

Answer:

Explanation:

Reference:
https://docs.microsoft.com/en-us/powershell/module/exchange/federation-and-hybrid/set-hybridconfiguration?view=exchange-ps

 

NEW QUESTION 148
You need to encrypt email between Fabrikam and Litware to support the planned changes.
What should you configure in the Exchange admin center?

  • A. an organization relationship
  • B. a connector
  • C. a remote domain
  • D. a sharing policy

Answer: B

Explanation:
Reference:
https://docs.microsoft.com/en-us/exchange/mail-flow-best-practices/use-connectors-to-configure-mail-flow/set-up-connectors-for-secure-mail-flow-with-a-partner
Topic 4, ADatum Corporation
Company Information
ADatum Corporation is a consulting company that has a main office in Montreal.
ADatum has a Microsoft 365 E5 tenant named adatum.com and uses Microsoft Exchange Online for messaging services.
Existing Environment
Mailboxes

Public Folder Mailboxes

Rules

Connectors

Safe Attachments Policies



Groups

Group Membership




Contacts

Allan Deyoung Role Assignments and Mailbox Details

Organization Sharing

Roles

Outlook Web App Policies



Mobile Device Mailbox Policies


 

NEW QUESTION 149
You have a hybrid deployment between a Microsoft Exchange Online tenant and an on-premises Exchange Server 2019 organization.
The certificate for the hybrid deployment expires in two days.
You need to replace the certificate.
Which three cmdlets should you run in sequence? To answer, move the appropriate cmdlets from the list of cmdlets to the answer area and arrange them in the correct order.

Answer:

Explanation:

1 - New-ExchangeCertificate
2 - Import-ExchangeCertificate
3 - Enable-ExchangeCertificate
Reference:
https://docs.microsoft.com/en-us/powershell/module/exchange/new-exchangecertificate?view=exchange-ps
https://docs.microsoft.com/en-us/exchange/architecture/client-access/import-certificates?view=exchserver-2019
https://docs.microsoft.com/en-us/exchange/architecture/client-access/assign-certificates-to-services?view=exchserver-2019

 

NEW QUESTION 150
You are migrating mailboxes from a Microsoft Exchange Server 2016 organization to Exchange Online. The mailbox migrations are configured to suspend, and you plan to perform a coordinated cutover.
Which PowerShell command should you run to complete all the suspended mailbox migrations? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Reference:
https://docs.microsoft.com/en-us/powershell/module/exchange/move-and-migration/get-moverequest?view=exchange-ps
https://docs.microsoft.com/en-us/powershell/module/exchange/move-and-migration/resume-moverequest?view=exchange-ps

 

NEW QUESTION 151
You have a Microsoft Exchange Online subscription.
You run the following command.
Set-ActiveSyncOrganizationSettings -DefaultAccessLevel Block
You run Get-ActiveSyncDeviceAccessRule | f1 Identity, AccessLevel, Characteristic, QueryString and you receive the following output.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

 

NEW QUESTION 152
You have a Microsoft Exchange Online tenant.
You plan to filter all inbound and outbound email messages by using a third-party message hygiene solution.
You need to ensure that all the email sent and received by the tenant is filtered through the message hygiene solution. The solution must ensure that only the message hygiene solution can send email to the tenant.
What should you configure for the tenant? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Reference:
https://docs.microsoft.com/en-us/exchange/mail-flow-best-practices/manage-mail-flow-using-third-party-cloud

 

NEW QUESTION 153
Your company has a Microsoft Exchange Server 2019 hybrid deployment.
The company has four departments that have the mailboxes shown in the following table.

The mailboxes are configured as shown in the following table.

You have two administrators named Admin1 and Admin2 that are assigned the permissions shown in the following table.

For each of the following statement, select yes if the statement is true. otherwise, select No.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

References:
https://docs.microsoft.com/en-us/exchange/discovery-management-exchange-2013-help
https://docs.microsoft.com/en-us/powershell/module/exchange/mailboxes/search-mailbox?view=exchange-ps

 

NEW QUESTION 154
You have a Microsoft Exchange Server 2019 organization that uses a namespace of contoso.com.
Email address policies for contoso.com are configured as shown in the Address Policies exhibit.

The Marketing email address policy is shown in the Marketing Policy exhibit.

The Sales email address policy is shown in the Sales Policy exhibit.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Reference:
https://docs.microsoft.com/en-us/exchange/email-addresses-and-address-books/email-address-policies/email-address-policies?view=exchserver-2019

 

NEW QUESTION 155
You need to recommend an Office 365 solution that meets the technical requirements for email from adatum.com.
Which two components should you recommend configuring from the Exchange admin center in Exchange Online? Each correct presents a complete solution.
NOTE: Each correct selection is worth one point.

  • A. a malware filter
  • B. data loss prevention (DLP) policies
  • C. a connection filter
  • D. DKIM signatures
  • E. a spam filter

Answer: C,E

 

NEW QUESTION 156
You have a Microsoft Exchange Server 2019 hybrid deployment.
All Mailbox servers and domain controllers are in the same site.
You deploy an Edge Transport server.
You need to ensure that all SMTP traffic between the on-premises organization and Exchange Online is routed through the Edge Transport server.
Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Answer:

Explanation:

 

NEW QUESTION 157
Please wait while the virtual machine loads. Once loaded, you may proceed to the lab section. This may take a few minutes, and the wait time will not be deducted from your overall test time.
When the Next button is available, click it to access the lab section. In this section, you will perform a set of tasks in a live environment. While most functionality will be available to you as it would be in a live environment, some functionality (e.g., copy and paste, ability to navigate to external websites) will not be possible by design.
Scoring is based on the outcome of performing the tasks stated in the lab. In other words, it doesn't matter how you accomplish the task, if you successfully perform it, you will earn credit for that task.
Labs are not timed separately, and this exam may have more than one lab that you must complete. You can use as much time as you would like to complete each lab. But, you should manage your time appropriately to ensure that you are able to complete the lab(s) and all other sections of the exam in the time provided.
Please note that once you submit your work by clicking the Next button within a lab, you will NOT be able to return to the lab.

Use the following login credentials as needed:
To enter your username, place your cursor in the Sign in box and click on the username below.
To enter your password, place your cursor in the Enter password box and click on the password below.
Microsoft 365 Username: [email protected]
Microsoft 365 Password: xxxxxx
If the Microsoft 365 portal does not load successfully in the browser, press CTRL-K to reload the portal in a new browser tab.
The following information is for technical support purposes only.
Lab Instance: XXXXXX
You need to ensure that a user named Miriam Graham has the required rights to create new recipients by using the Exchange Online admin center. Miriam must be prevented from managing recipients. The solution must use the principle of least privilege.
To complete this task, sign in to the Microsoft 365 admin center.

Answer:

Explanation:
From the Microsoft 365 admin center dashboard, go to Admin > Exchange.
In the Exchange admin center, go to Roles > Admin roles, select the Recipient Management role group.
In Assigned section, add Miriam Graham to the role group.
When you're finished, click Save.
Reference:
https://docs.microsoft.com/en-us/exchange/permissions-exo/role-groups
https://docs.microsoft.com/en-us/exchange/permissions-exo/permissions-exo

 

NEW QUESTION 158
You need to implement a solution to meet the technical requirements for the SCL.
How should you complete the command? To answer, select the appropriate options in the answer area.

Answer:

Explanation:

References:
https://docs.microsoft.com/en-us/powershell/module/exchange/organization/set-organizationconfig?
view=exchange-ps

 

NEW QUESTION 159
You have an address book policy named Contoso-US that contains an address list named Contoso-Finance.
You need to add an address list named Contoso-Marketing to Contoso-US without removing Contoso-Finance.
How should you complete the command? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Reference:
https://docs.microsoft.com/en-us/exchange/address-books/address-book-policies/change-the-settings-of-an-address-book-policy

 

NEW QUESTION 160
Your company named ADatum Corporation has a Microsoft Exchange Online subscription that contains the sharing policies shown in the following table.

The subscription contains the mailboxes shown in the following table.

ADatum does business with the partner companies shown in the following table.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

 

NEW QUESTION 161
Your company has a Microsoft Exchange Server 2019 hybrid deployment.
The company has two departments that have the mailboxes configured as shown in the following table.

All the accounting department mailboxes reside in a database named ACCT-DB01.
You create the mailboxes shown in the following table.

You need to record all the email communication of the users in each department. The solution must minimize costs.
What should you use for each department? To answer, drag the appropriate options to the correct departments. Each option may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Reference:
https://www.microsoft.com/en-gb/microsoft-365/exchange/microsoft-exchange-server-licensing-licensing-overview?rtc=1

 

NEW QUESTION 162
......

PDF Download Microsoft Test To Gain Brilliante Result!: https://www.pass4surequiz.com/MS-203-exam-quiz.html

Get Special Discount Offer on MS-203 Dumps PDF: https://drive.google.com/open?id=1bDPXSUd3h4D27m8lo1ih3psw8kCKdwbS