MSExchangeGuru.com

Learn Exchange the Guru way !!!

 

Exchange 2013 – How to grand Full mailbox access, Send As permission or Send on Behalf permissions on a mailbox

Take a look at how to give full mailbox access, Send As permission or Send on Behalf permissions on a mailbox in Exchange 2013.

To Use EAC:

  1. In the EAC, navigate to Recipients > Mailboxes.
  2. Find the mailbox and then click Edit .
  3. On the properties page, click Mailbox Delegation as shown:

To use Exchange management shell:

Add-MailboxPermission -Identity "Terry Adams" -User raymonds -AccessRights FullAccess -InheritanceType all
Add-MailboxPermission -Identity "DiscoverySearchMailbox{D919BA05-46A6-415f-80AD-7E09334BB852}" -User estherv -AccessRights FullAccess -InheritanceType all
Add-MailboxPermission "HelpdeskTickets" -User helpdesk -AccessRights FullAccess -InheritanceType all
Remove-MailboxPermission -Identity ayla -User "Jim Hance" -AccessRights FullAccess -Inheritance
Add-ADPermission -Identity helpdesksupport -User helpdeskgroup -ExtendedRights "Send As"
Remove-ADPermission -Identity "James Alvord" -User pilarp -ExtendedRights "Send As"
Set-Mailbox -Identity seanc@contoso.com -GrantSendOnBehalfTo hollyh
Set-Mailbox "Contoso Executives" -GrantSendOnBehalfTo @{remove="tempassistants@contoso.com"}

(cmdlets Taken from TechNet)

To confirm if the changes worked:

Get-MailboxPermission -Identity <mailbox>

To get more info and details, refer the official TechNet article:

Manage Permissions for Recipients: technet.microsoft.com/en-us/library/jj919240(v=exchg.150).aspx

 

Ratish Nair

Microsoft MVP | Exchange Server

Team @MSExchangeGuru.com

2 Responses to “Exchange 2013 – How to grand Full mailbox access, Send As permission or Send on Behalf permissions on a mailbox”

  1. faic Says:

    Hello,

    I am trying to send an email from a user’s outlook but FROM a distribution mail group but getting the error below. What can I do. Is there an permission I need to give? Please help me.

    This message could not be sent. Try sending the message again later, or contact your network administrator. Error is [0x80070005-00000000-00000000].

  2. Prabhat Nigam Says:

    Group never send an email, change it to a mailbox

Leave a Reply

Categories

Archives

MSExchangeGuru.com