Delegate user access to mailbox with Add-ADPermission | Using Exchange Shell

The first step is to check the actual permissions of the user.

1. Open EMS ( Exchange Management Shell ) and insert the command:
Get-Mailboxdatabase | get-ADPermission -User aurel.proorocu
*Replace aurel.proorocu with the user you want to check

This will show if the user doesn’t have rights:

This will show if the user have rights:

2. Run one of the following cmdlets:

Get-Mailboxdatabase | Add-ADPermission -User aurel.proorocu -AccessRights ExtendedRight -ExtendedRights receive-as, send-as
*Replace aurel.proorocu with the user you want to grant access to

Get-Mailboxdatabase | Add-ADPermission -User aurel.proorocu -AccessRights ExtendedRight -ExtendedRights ms-exch-store-admin, receive-as, send-as
*Replace aurel.proorocu with the user you want to grant access to


ENJOY.

And if you encounter any problems feel free to comment contact me.

3 thoughts on “Delegate user access to mailbox with Add-ADPermission | Using Exchange Shell

  1. Elbert

    I got this web page from my pal who shared with me on the
    topic of this website and at the moment this time I am visiting this
    website and reading very informative posts at this place.

  2. Rich

    I’ve been browsing online more than 3 hours today, yet
    I never found any interesting article like yours. It’s pretty worth enough for me.
    In my view, if all site owners and bloggers made good
    content as you did, the net will be much more useful
    than ever before.

Comments are closed.