exam questions

Exam MS-203 All Questions

View all questions & answers for the MS-203 exam

Exam MS-203 topic 1 question 3 discussion

Actual exam question from Microsoft's MS-203
Question #: 3
Topic #: 1
[All MS-203 Questions]

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?

  • A. Yes
  • B. No
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
mm79
Highly Voted 3 years, 6 months ago
This is definitely not correct!
upvoted 20 times
...
Ronnie123
Highly Voted 3 years, 6 months ago
No, shared mailboxes don't have anything to do with this
upvoted 18 times
...
wakawa7144
Most Recent 1 year, 1 month ago
No. This solution is not correct. Converting all the mailboxes to shared mailboxes is not necessary for adding a second email address. Additionally, running the Set-Mailbox cmdlet with the -EmailAddressPolicyEnabled parameter will only enable the email address policy but will not apply any specific policy for the desired syntax. Therefore, this solution does not meet the stated goal.
upvoted 2 times
...
Forkbeard
1 year, 2 months ago
Selected Answer: A
Ok, a lot of people here have mentioned that converting the mailboxes to shared mailboxes is totally irrelevant. In my opinion, that's true. So let's just ignore that bit, if it is so irrelevant. Consider this scenario: Step 1: you create an email address policy (Irrelevant step 1.5: you convert the mailboxes to shared mailboxes) Step 2: you run the Set-Mailbox cmdlet and specify the -EmailAddressPolicyEnabled $true parameter. This would definitively meet the goal of adding a second mailbox. The question is not "Do you need to convert mailboxes to shared mailboxes?" - the question is: "Does this meet the goal?" It does. The answer is correct.
upvoted 2 times
mathendis
9 months, 3 weeks ago
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. In what part of question 3 does the proposed solution create an email address policy? That was question 2.
upvoted 1 times
...
...
lasha
1 year, 3 months ago
Selected Answer: A
Yes, this meets the goal. By converting the mailboxes to shared mailboxes and running the Set-Mailbox cmdlet with the -EmailAddressPolicyEnabled $true parameter, you can add a second email address to each mailbox with the desired syntax.
upvoted 1 times
freudn
1 year, 2 months ago
it doesn't make sense since the -EmailAddressPolicyEnabled paramater is true by default so you would be only converting the mailboxes to shared mailboxes which wouldn't resolve the issue which is creating a secondary email address
upvoted 2 times
...
...
JRivas
1 year, 3 months ago
Selected Answer: B
No, shared mailboxes don't have anything to do with this
upvoted 1 times
...
nikuyajs
1 year, 7 months ago
Selected Answer: B
answer is, no
upvoted 1 times
...
DD2021
2 years ago
04/16/2022 - on the exam
upvoted 2 times
GabyCotzi
1 year ago
Correct annswer?
upvoted 1 times
...
...
Rykotic
2 years, 1 month ago
The Answer is B. You need to enter an identity value with the "Set-Mailbox" command. In a literal sense, "Set-Mailbox -EmailAddressPolicyEnabled $true" does not update anything without additional input from the administrator. This does not meet the goal (yet).
upvoted 1 times
...
SanatKM
2 years, 1 month ago
Does not says strictly UserMailbox or SharedMailbox - You have a Microsoft Exchange Server 2019 organization that contains 200 mailboxes. First and Primary question - You need to add a second email address to each mailbox. Second and non-primary - assuming the Email Address Policy is already in place - 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. Again question does not states the Mailbox Type - Solution: You convert all the mailboxes to shared mailboxes, This is the answer to the Primary query - and then you run the Set-Mailbox cmdlet and specify the -EmailAddressPolicyEnabled $true parameter. Answer is A (Yes)
upvoted 2 times
...
SkyGurl
2 years, 2 months ago
This is almost the same as question #1 - what does converting to shared mailboxes have anything to do with it. This question is misleading.
upvoted 2 times
FriedEggs
2 years, 1 month ago
The usage of shared mailboxes is presented as part of a potential solution to a problem. It's up to the test taker to decide if the proposed solution works for the problem defined. In this case, it doesn't, so the answer is "no". It's not misleading - it's testing you to see what level of knowledge you have of this stuff.
upvoted 1 times
...
...
GoldenTee
2 years, 2 months ago
Selected Answer: B
Answer is B.
upvoted 2 times
...
Baba65Baba
2 years, 2 months ago
Selected Answer: B
Option A: It doesn't make any sense
upvoted 1 times
...
delight_1
2 years, 2 months ago
It's not correct to convert to shared mailboxes but I THINK the script below or on this option meets the goal. Set-Mailbox -Identity '[email protected] -EnabledEmailAddressTemplates $true The EnabledEmailAddressTemplates parameter specifies the rules in the email address policy that are used to generate email addresses for recipients. Can someone verify? Thanks!
upvoted 1 times
...
Miandradee
2 years, 5 months ago
Selected Answer: B
Email address policies define the rules that create email addresses for recipients in your Exchange organization. The explanation is telling that you have to use email address policy
upvoted 2 times
...
Rykotic
2 years, 5 months ago
I could be wrong, but I suspect it has something to do with the wording of the question -- it's part of an "ongoing scenario". Earlier in the scenario (in the previous question) you created the email address policy but did not enable it. In this question you've enabled the policy via PowerShell hence why it meets the goal.
upvoted 2 times
...
neerajmishra1986
2 years, 6 months ago
May be converting to shared mailbox to save licenses and then again converting to normal mailbox for those which are in active use by users
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago