Exchange 2010/2013/2016 shared mailbox Feature Request

Exchange 2010/2013/2016 shared mailbox Feature Request

Hi there,

we are adding alot of shared mailboxes and there are 2 things, which I would like to set in AD Manager Plus while creating shared mailboxes:

1. Set the mailbox settings so that sent items will also appear in the shared mailbox Sent Items folder (this need to be set, when the shared mailbox is set for automapping)

This is an example of a powershell script, which will set this configuration for Exchange 2013/2016:

Set-Mailbox "shared mailbox" -MessageCopyForSentAsEnabled $true -MessageCopyForSendOnBehalfEnabled $true

2. disable automapping for the shared mailbox for all users which shall have full access.

This is an example of a powershell script, which will set this configuration for Exchange 2013/2016:

Add-MailboxPermission -Identity "shared mailbox" -User "user" -AccessRights FullAccess -AutoMapping:$false

Best regards

Tom
              New to ADManager Plus?

                New to ADSelfService Plus?