exam questions

Exam MS-203 All Questions

View all questions & answers for the MS-203 exam

Exam MS-203 topic 4 question 79 discussion

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

You have a Microsoft Exchange Online tenant that has a verified domain named contoso.com.
From the Azure Active Directory admin center, you invite a new guest user named user1 @fabrikam.com.
You need to ensure that you can send email to User1 by selecting the name of the user from the global address list (GAL).
What should you do?

  • A. From the Exchange admin center, create a mail contact.
  • B. From the Azure Directory admin center, modify the Proxy address attribute of User1.
  • C. From the Microsoft 365 admin center, assign an Exchange Online license to User1.
  • D. From Exchange Online PowerShell, run the Set-User cmdlet.
  • E. From Exchange Online PowerShell, run the Set-MailUser cmdlet.
Show Suggested Answer Hide Answer
Suggested Answer: E 🗳️

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
Cooljoy7777
8 months, 2 weeks ago
Selected Answer: E
set-mailuser <username/upn> -HiddenFromAddressListsEnabled $false
upvoted 1 times
...
Nilvam
1 year, 2 months ago
Selected Answer: E
set-mailuser <username/upn> -HiddenFromAddressListsEnabled $false
upvoted 2 times
...
Forkbeard
1 year, 3 months ago
Selected Answer: E
https://www.undocumented-features.com/2018/06/15/mail-enabling-guest-users-or-how-i-made-everyone-show-up-in-the-address-book/ Agree with Faheem2020.
upvoted 2 times
...
Faheem2020
1 year, 4 months ago
Typo in previous. Answer is wrong. You can not create a contact for an email address that is already a guest user, it will say "Mail Contact Creation Failed! The email address is already being used. Please choose another email address" set-mailuser with -HiddenFromAddressListsEnabled $false is the answer
upvoted 2 times
...
Faheem2020
1 year, 4 months ago
Answer is wrong. You can not create a contact for an email address that is already a guest user, it will say "Mail Contact Creation Failed! The email address is already being used. Please choose another email address" set-mailuser command with Mail Contact Creation Failed! The email address is already being used. Please choose another email address" set-mailuser with -HiddenFromAddressListsEnabled $false is the answer
upvoted 1 times
...
painggyi1998
1 year, 4 months ago
Selected Answer: A
Answer is A
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 ...