This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

v7.1 Exchange Synchronization: set "send as" permission on Mailbox

Hello,

I have a question regarding Exchange and the "send as" permission on a Mailbox (EX0Mailbox).

All of my new created mailboxes looking good, but the "send as" field is empty.

How can I easily set the "send as" permission on a mailbox?

I already figured out the "send on behalf" permission for other users, but didn't found the configuration for the "send as" permission. 

Thanks, Fatih

  • Hello all,

    I solved my Issue, via powershell. I implemented a Script, which is executing the PS command on the Exchange powershell after the mailbox have been created.

    For Example here is the PS command for adding the permission "send as" on the Mailbox FatihMailbox:

    Add-ADPermission -Identity FatihMailbox -User Fatih -ExtendedRights "Send As"

    Thanks, Fatih
  • Is the permission "Send on behalf" same approach using PS1? Thank you!
  • Hello xd,

    you can do it the same way but there is an standard approach.

    For the "Send On behalf" Approach an Assignment Table exists: "EX0MailBoxSendOnBehalfPerm".
    There you can fill up your assignment via Manager with the Task
    "Assign send authorizations"

    The assignment triggers your synchronization project, where the mapping is defined in the Mailbox object for this:

    vrtCanSendOnBehalfPermission < - > GrantSendOnBehalfTo

    HtH, Fatih