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?
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
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
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.
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
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
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
D
Since it´s Exchange Online Add-RecipientPermission
https://docs.microsoft.com/en-us/powershell/module/exchange/add-recipientpermission?view=exchange-ps
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
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
...
...
This section is not available anymore. Please use the main Exam Page.MS-203 Exam Questions
Log in to ExamTopics
Sign in:
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.
Amir1909
4 months, 4 weeks agoCooljoy7777
8 months agoMshaty
10 months, 1 week agoMeenous
10 months, 4 weeks agoKerrAvon
11 months agoMRLearner
1 year, 1 month agoForkbeard
1 year, 2 months agolasha
1 year, 3 months agoFikefanu
1 year, 3 months agoNoie
1 year, 6 months agoRohitPSingh
1 year, 6 months ago[Removed]
1 year, 7 months agoMSExch11
1 year, 8 months ago99redeyeflight
1 year, 8 months agosyougun200x
1 year, 3 months ago