How should you complete the relevant Windows PowerShell…

HOTSPOT
You are the Office 365 administrator for your company.
An employee with the user name User1 requests a shared mailbox named Sales1. User1 must be able to send messages from the Sales1 mailbox.
You need to create and configure the online mailbox.
How should you complete the relevant Windows PowerShell script? To answer, select the correct answer from each list in the answer area.
Hot Area:

grant the SendAs permission on the mailbox to [email protected]. user ([email protected]). https://technet.microsoft.com/en-gb/library/ff935839(v=exchg.150).aspx

HOTSPOT
You are the Office 365 administrator for your company.
An employee with the user name User1 requests a shared mailbox named Sales1. User1 must be able to send messages from the Sales1 mailbox.
You need to create and configure the online mailbox.
How should you complete the relevant Windows PowerShell script? To answer, select the correct answer from each list in the answer area.
Hot Area:

grant the SendAs permission on the mailbox to [email protected]. user ([email protected]). https://technet.microsoft.com/en-gb/library/ff935839(v=exchg.150).aspx

Answer:

Explanation:

We use the New-Mailbox cmdlet to create a new mailbox. Then we use the Add-RecipientPermission cmdlet to
Box 1: We use the –Shared option to create a shared mailbox with the name of Sales1.
Box 2. We use the Add-RecipientPermission to add a permission (in this case SendAs permission) to the
Sales1 mailbox.
Box 3. We need to select the SendAs permission to enable User1 to send messages from the Sales1 mailbox
Box 4. We need the –Trustee option to enable us to specify that we’re granting the SendAs permission to a
References:



Leave a Reply 0

Your email address will not be published. Required fields are marked *