Microsoft 365 Messaging

Here you have the best Microsoft MS-203 practice exam questions

  • You have 392 total questions to study from
  • Each page has 5 questions, making a total of 79 pages
  • You can navigate through the pages using the buttons at the bottom
  • This questions were last updated on November 24, 2024
Question 1 of 392

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?

    Correct Answer: B

    The solution proposed does not meet the goal. Converting mailboxes to shared mailboxes and setting the EmailAddressPolicyEnabled parameter to $false does not achieve the goal of adding a second email address with the specified format. Instead, you need to use an email address policy or script to correctly format and add the new address. The EmailAddressPolicyEnabled parameter, when set to $false, ensures that email address policies are not applied, but it does not help in creating new addresses as required by the scenario.

Question 2 of 392

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 create an email address policy that uses the %1s%[email protected] email address format.

Does this meet the goal?

    Correct Answer: B

    The provided solution does not meet the goal because creating a new email address policy is not necessary when you need to add a second email address to existing mailboxes. Instead, the existing policy should be modified to include the secondary email address. Each mailbox can only have one email address policy applied to it, so creating an additional policy would not achieve the desired result.

Question 3 of 392

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 $true parameter.

Does this meet the goal?

    Correct Answer: B

    Converting all the mailboxes to shared mailboxes is unnecessary to add a second email address. Shared mailboxes are typically used for scenarios where multiple users need access to the same mailbox, and converting user mailboxes to shared mailboxes does not address the primary goal of adding a second email address with a specific syntax. Additionally, the command Set-Mailbox with the parameter -EmailAddressPolicyEnabled $true merely enables email address policies but does not itself create or enforce any specific email address format. Therefore, the solution provided does not meet the requirement of adding a second email address in the specified format.

Question 4 of 392

HOTSPOT -

You have a Microsoft Exchange Online subscription.

You run the following command.

Set-ActiveSyncOrganizationSettings `"DefaultAccessLevel Block

You run Get-ActiveSyncDeviceAccessRule | fl 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.

Hot Area:

    Correct Answer:

Question 5 of 392

DRAG DROP -

You have a Microsoft Exchange Online tenant.

You enable hierarchical address books (HABs).

You create a new distribution group named Contoso.

You need to configure the Contoso group as the root of the hierarchy. The members of the group must appear in the hierarchy.

How should you complete the PowerShell commands? To answer, drag the appropriate cmdlets to the correct targets. Each cmdlet 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.

Select and Place:

    Correct Answer:

    Reference:

    https://docs.microsoft.com/en-us/exchange/address-books/hierarchical-address-books/enable-or-disable-hierarchical-address-books