DRAG DROP
You have an Exchange Server 2013 organization that contains a server named Server1.
A user named User1 has an administrative assistant named Assistant1. A user named User2 has an administrative assistant named Assistant2.
You need to configure access to Outlook to meet the following requirements:
Assistant1 must be able to send email messages as a User1.

Assistant2 must be able to send email messages on behalf of User2.

Which cmdlets should you use? (To answer, drag the appropriate cmdlets to the correct requirements.
Each cmdlet may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.) Select and Place:

Correct Answer:

Explanation/Reference:
Explanation:
Add-MailboxFolderPermission
Use the Add-MailboxFolderPermission cmdlet to manage folder-level permissions for all folders within a user's mailbox.
Add-ADPermission
Use the Add-ADPermission cmdlet to add permissions to an Active Directory object.
Use the Set-Mailbox cmdlet to modify the settings of an existing mailbox. You can use this cmdlet for one mailbox at a time. To perform bulk management, you can pipeline the output of various Get- cmdlets and configure several mailboxes in a single-line command.
You can also use the Set-Mailbox cmdlet in scripts.
To grant Send on Behalf permissions, you must use the Exchange Management Shell. Use the Set- Mailbox cmdlet with the GrantSendonBehalf parameter.
References: