exam questions

Exam MS-203 All Questions

View all questions & answers for the MS-203 exam

Exam MS-203 topic 2 question 37 discussion

Actual exam question from Microsoft's MS-203
Question #: 37
Topic #: 2
[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 Online tenant that contains the following email domains:
✑ Adatum.com
✑ Contoso.com
✑ Fabrikam.com
When external recipients receive email messages from the users in the tenant, all the messages are delivered by using the @contoso.com email domain.
You need to ensure that the users send email by using the @fabrikam.com email domain.
Solution: From the Exchange Management Shell, you run Set-Mailbox cmdlet.
Does this meet the goal?

  • A. No
  • B. Yes
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️
Set-Mailbox -PrimarySmtpAddress <SmtpAddress>
Reference:
https://docs.microsoft.com/en-us/powershell/module/exchange/set-mailbox?view=exchange-ps

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
Forkbeard
10 months ago
Selected Answer: B
can only be added to Car Parking Distribution Group by a group owner The answer's explanation is wrong but the answer is correct. Set-Mailbox is applicable to Exchange Online. -PrimarySmtpAddress is not. However, you can set a user's primary SMTP address with the Set-Mailbox commandlet in Exchange Online PowerShell using the -EmailAddresses parameter. I have a user Johanna Lorenz with primary email address [email protected]. I do: set-mailbox "Johanna Lorenz" -EmailAddresses SMTP:[email protected],[email protected] This will set the user's primary email address to [email protected]. Source: https://learn.microsoft.com/en-us/powershell/module/exchange/set-mailbox?view=exchange-ps - search for -EmailAddresses. The answer is B - Yes.
upvoted 2 times
Forkbeard
10 months ago
Please ignore the first two lines of my response; they were on my clipboard from another question :D
upvoted 4 times
...
...
HaroonQamar
1 year, 1 month ago
It should be NO (A)
upvoted 1 times
...
99redeyeflight
1 year, 3 months ago
-PrimarySMTPAddress is only available on-prem should be: Set-Mailbox <alias> -EmailAddresses SMTP:[email protected]
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 ...