[GH-ISSUE #250] Disable/Enable Automapping for a Shared Mailbox #135

Closed
opened 2026-03-02 12:04:11 +03:00 by kerem · 2 comments
Owner

Originally created by @DarrenChap on GitHub (Nov 16, 2021).
Original GitHub issue: https://github.com/KelvinTegelaar/CIPP/issues/250

Not a common request but some users want to have the From address set by default when sending from a shared mailbox. If the shared mailbox is automapped in Outlook Desktop then the From address for a new email is always the primary mailbox and has to be changed manually (which is the issue as they forget to do this).

In PowerShell these are the commands I run to do this:

Remove-MailboxPermission -Identity .Identity -User .User -AccessRights:FullAccess -Confirm:$false
Add-MailboxPermission -Identity .Identity -User .User -AccessRights:FullAccess -AutoMapping $false

It would also be handy to see if Automapping was disabled on a specific mailbox although I am not sure if the AutoMapping setting is visible.

Again, not common so no urgency or expectation.

Originally created by @DarrenChap on GitHub (Nov 16, 2021). Original GitHub issue: https://github.com/KelvinTegelaar/CIPP/issues/250 Not a common request but some users want to have the From address set by default when sending from a shared mailbox. If the shared mailbox is automapped in Outlook Desktop then the From address for a new email is always the primary mailbox and has to be changed manually (which is the issue as they forget to do this). In PowerShell these are the commands I run to do this: Remove-MailboxPermission -Identity $.Identity -User $.User -AccessRights:FullAccess -Confirm:$false Add-MailboxPermission -Identity $.Identity -User $.User -AccessRights:FullAccess -AutoMapping $false It would also be handy to see if Automapping was disabled on a specific mailbox although I am not sure if the AutoMapping setting is visible. Again, not common so no urgency or expectation.
kerem closed this issue 2026-03-02 12:04:11 +03:00
Author
Owner

@dsghi commented on GitHub (Nov 17, 2021):

I believe this request is a duplicate of #205

<!-- gh-comment-id:971935985 --> @dsghi commented on GitHub (Nov 17, 2021): I believe this request is a duplicate of #205
Author
Owner

@KelvinTegelaar commented on GitHub (Nov 17, 2021):

Yes, closing as duplicate.

<!-- gh-comment-id:971946715 --> @KelvinTegelaar commented on GitHub (Nov 17, 2021): Yes, closing as duplicate.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/CIPP#135
No description provided.