exam questions

Exam MS-200 All Questions

View all questions & answers for the MS-200 exam

Exam MS-200 topic 10 question 6 discussion

Actual exam question from Microsoft's MS-200
Question #: 6
Topic #: 10
[All MS-200 Questions]

HOTSPOT -
You have a Microsoft Exchange Server 2019 organization that contains a shared mailbox named Inquiries.
You need to configure Inquiries to meet the following requirements:
✑ A user named User1 must have full access to the mailbox without having permissions to send email messages.
✑ A user named User2 must be able to send email messages that appear to come from the mailbox.
How should you complete the PowerShell script? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer: Explanation

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
kimiura
Highly Voted 5 years, 6 months ago
Add-MailboxPermission -Id Inquiries -User User1 -AccessRights FullAccess Add-ADPermission -Id Inquiries -User User2 -ExtendedRights "Send-As"
upvoted 7 times
...
Amir1909
Most Recent 1 year, 6 months ago
- Add-MailboxPermission - FullAccess - Add-AdPermission
upvoted 1 times
...
mmorgan1234
4 years, 10 months ago
for send as permission in On prem environement we use ad-adpermission ad-recipientpermission only for cloud environeement
upvoted 1 times
...
ellichen
5 years, 9 months ago
Since the answers are missing: Add-MailboxPermission -Id Inquiries -User User1 -AccessRights FullAccess Add-RecipientPermission -Id Inquiries -User User2 -ExtendedRights "Send-As"
upvoted 1 times
alfonseb
5 years, 7 months ago
Add-RecipientPermission is a cloud only cmdlet. You'de rather use Add-ADPermission for onprem
upvoted 5 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 ...