exam questions

Exam MS-203 All Questions

View all questions & answers for the MS-203 exam

Exam MS-203 topic 1 question 74 discussion

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

You have a Microsoft Exchange Online tenant that contains a user named User1.
You need to grant User1 the Send on Behalf permission for 20 mailboxes.
Which PowerShell cmdlet should you use?

  • A. Add-MailboxPermission
  • B. Add-MailboxFolderPermission
  • C. Set-Mailbox
  • D. Add-RecipientPermission
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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
Amir1909
4 months, 4 weeks ago
C is correct
upvoted 1 times
...
Cooljoy7777
8 months ago
Selected Answer: C
Correct answer C https://activedirectorypro.com/send-on-behalf-permissions-with-powershell/
upvoted 1 times
...
Mshaty
10 months, 1 week ago
Selected Answer: C
Set-Mailbox -Identity [email protected] -GrantSendOnBehalfTo pattif the key words are send on behalf not send as https://learn.microsoft.com/en-us/training/modules/create-manage-exchange-recipients/6-manage-permissions-for-recipients
upvoted 2 times
...
Meenous
10 months, 4 weeks ago
Selected Answer: C
The answer should be C https://learn.microsoft.com/en-us/powershell/module/exchange/set-mailbox?view=exchange-ps
upvoted 2 times
...
KerrAvon
11 months ago
Answer is C Add-RecipientPermission is used for Send-AS permissions, the question specifies Send on behalf which requires Set-Mailbox
upvoted 2 times
...
MRLearner
1 year, 1 month ago
Selected Answer: C
The answer should be C, because for grant sendonbehalf was different than grant full access. here is some reference https://morgantechspace.com/2015/08/powershell-grant-send-on-behalf-permissions.html#:~:text=We%20can%20set%20or%20grant%20send%20on%20behalf,permission.%20Set-Mailbox%20%22%20%5BIdentity%5D%22%20-GrantSendOnBehalfTo%20%40%20%7Badd%3D%22%20%5BUser%5D%22%7D
upvoted 2 times
...
Forkbeard
1 year, 2 months ago
Selected Answer: C
https://learn.microsoft.com/en-us/powershell/module/exchange/set-mailbox?view=exchange-ps Set-Mailbox -Identity 'mailbox1' -GrantSendonBehalfTo 'User1'
upvoted 2 times
...
lasha
1 year, 3 months ago
Selected Answer: D
The "Add-RecipientPermission" cmdlet is used to grant recipient permissions, such as "Send As" or "Send on Behalf", to users on Exchange Online mailboxes. It allows you to specify the mailbox, the user you want to grant the permission to, and the type of permission you want to grant. In this case, you want to grant "Send on Behalf" permission to User1 for 20 mailboxes, so "Add-RecipientPermission" is the appropriate cmdlet to use.
upvoted 2 times
...
Fikefanu
1 year, 3 months ago
Selected Answer: C
Ans.C according to https://learn.microsoft.com/en-us/exchange/recipients-in-exchange-online/manage-permissions-for-recipients
upvoted 2 times
...
Noie
1 year, 6 months ago
Ans. C https://learn.microsoft.com/en-us/powershell/module/exchange/add-recipientpermission?view=exchange-ps Use the Add-RecipientPermission cmdlet to add SendAs permission to users in a cloud-based organization. The task is SendonBehalf
upvoted 1 times
...
RohitPSingh
1 year, 6 months ago
Ans. C This example assigns the delegate Rohit Singh the Send on Behalf permission to the mailbox of user1. Set-Mailbox -Identity [email protected] -GrantSendOnBehalfTo Rohit.singh
upvoted 2 times
...
[Removed]
1 year, 7 months ago
Selected Answer: C
Correct Answer C You use the GrantSendOnBehalfTo parameter on the various mailbox and group Set- cmdlets to manage the Send on Behalf permission for mailboxes and groups: Set-Mailbox Set-DistributionGroup: Distribution groups and mail-enabled security groups. Set-DynamicDistributionGroup Set-UnifiedGroup: Microsoft 365 groups. https://learn.microsoft.com/en-us/exchange/recipients-in-exchange-online/manage-permissions-for-recipients
upvoted 1 times
...
MSExch11
1 year, 8 months ago
Selected Answer: D
D Since it´s Exchange Online Add-RecipientPermission https://docs.microsoft.com/en-us/powershell/module/exchange/add-recipientpermission?view=exchange-ps
upvoted 3 times
99redeyeflight
1 year, 8 months ago
Agreed For Full access, SendAs, and SendonBehalf its 3 different commands in EXO: Add-RecipientPermission “mailbox name " -AccessRights SendAs -Trustee "username" Add-MailboxPermission -Identity <MailboxIdentity> -User <DelegateIdentity> -AccessRights FullAccess Set-Mailbox -Identity [email protected] -GrantSendOnBehalfTo hollyh https://docs.microsoft.com/en-us/exchange/recipients-in-exchange-online/manage-permissions-for-recipients
upvoted 6 times
...
syougun200x
1 year, 3 months ago
Referring to your link, Add-recipientpermission seems to be for only SendAs. Am I missing something? --------------------------------- -AccessRights The AccessRights parameter specifies the permission that you want to add for the trustee on the target recipient. The only valid value for this parameter is SendAs.
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