mirror of
https://github.com/KelvinTegelaar/CIPP.git
synced 2026-04-25 16:26:09 +03:00
[GH-ISSUE #250] Disable/Enable Automapping for a Shared Mailbox #135
Labels
No labels
API
Feature
NotABug
NotABug
Planned
Sponsor Priority
Sponsor Priority
bug
documentation
duplicate
enhancement
needs more info
no-activity
no-priority
not-assigned
pull-request
react-conversion
react-conversion
roadmap
security
stale
unconfirmed-by-user
unconfirmed-by-user
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/CIPP#135
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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:$falseAdd-MailboxPermission -Identity
.Identity -User.User -AccessRights:FullAccess -AutoMapping $falseIt 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.
@dsghi commented on GitHub (Nov 17, 2021):
I believe this request is a duplicate of #205
@KelvinTegelaar commented on GitHub (Nov 17, 2021):
Yes, closing as duplicate.