PrepAway - Latest Free Exam Questions & Answers

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 User1@contoso.com. user (user1@contoso.com). https://technet.microsoft.com/en-gb/library/ff935839(v=exchg.150).aspx

PrepAway - Latest Free Exam Questions & Answers

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:

4 Comments on “How should you complete the relevant Windows PowerShell…

  1. Franck says:

    I am not sure if this is correct.
    There is no mentioning of SendAd permissions in the question.
    so in my opinion User1 should get permissions to send mails as Sales1,
    which then would be
    Add-MailboxPermissions FullAccess -User
    Can anybody confirm or not?
    Thanks…




    0



    0

Leave a Reply