nerdexam
Microsoft

70-663 · Question #151

A company has an Exchange Server 2010 environment that includes several shared mailboxes. You need to recommend a solution for enabling multiple users to act as the mailbox owner when sending mail…

The correct answer is B. Assign SendAs permissions for the shared mailbox to the users. Shared mailbox is a mailbox that is being used by multiple users and they all have the same permission to the mailbox. shared mailbox is associated with a disabled user. To create a shared mailbox a special -Shared keyword is used while creating a mailbox. After its creation…

Advanced Mailbox Management and Client Access Services

Question

A company has an Exchange Server 2010 environment that includes several shared mailboxes. You need to recommend a solution for enabling multiple users to act as the mailbox owner when sending mail from a shared mailbox. What should you recommend?

Exhibit

70-663 question #151 exhibit

Options

  • AAssign FullAccess permissions for the shared mailbox to the users
  • BAssign SendAs permissions for the shared mailbox to the users
  • CAdd the users to a management role group as delegates
  • DAdd the users to the shared mailbox as delegates

How the community answered

(22 responses)
  • A
    5% (1)
  • B
    82% (18)
  • C
    5% (1)
  • D
    9% (2)

Explanation

Shared mailbox is a mailbox that is being used by multiple users and they all have the same permission to the mailbox. shared mailbox is associated with a disabled user. To create a shared mailbox a special -Shared keyword is used while creating a mailbox. After its creation, notice the different icons for the shared mailbox. Please note that that the Shared Mailbox account is disabled by default and it is never used to login to the mailbox. To provide access to mailbox for a user: Add-MailboxPermission -Identity sharedtest -User "Lab\tu12" -AccessRights "Full Access" However, if you want users to be able to send e-mails from the shared mailbox's e-mail address they must have Send-As rights: Add-ADPermission Quarantine -User "Lab\tu12" -ExtendedRights Send-As The key point is that Full Access Permission does not automatically give Send As Permission, and Send As Permission certainly doesn't give access to the mailbox. They are seperate in Exchange.

Topics

#SendAs permissions#shared mailbox#mailbox delegation#permissions

Community Discussion

No community discussion yet for this question.

Full 70-663 Practice