mirror of
https://github.com/KelvinTegelaar/CIPP.git
synced 2026-04-25 08:16:01 +03:00
[GH-ISSUE #1929] [Feature Request]: Multi-Select for Forward Email to Another User in Offboarding Wizard #999
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#999
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 @JRivett-ITSG on GitHub (Nov 30, 2023).
Original GitHub issue: https://github.com/KelvinTegelaar/CIPP/issues/1929
Description of the new feature - must be an in-depth explanation of the feature you want, reasoning why, and the added benefits for MSPs as a whole.
Previously requested allowing multiple automapping for full access to mailbox and One Drive, also would like it in "forward email to other user".
Contributor status is on https://github.com/ITSupportGuys, not this account, I cannot submit requests as the org.
This would make all offboardings faster, as we wouldn't have to manually make the transport rule.
We could use a transport rule to do this, as it looks like you only have the option to forward to a single recipient when using forwarding at the user level. Maybe we could add a switch to forward as a transport rule.
PowerShell commands you would normally use to achieve above request
New-TransportRule -name TestPwshForward -RecipientAddressMatchesPatterns email@email.com -BlindCopyTo address1,address2
@KelvinTegelaar commented on GitHub (Dec 1, 2023):
Planned.
@KelvinTegelaar commented on GitHub (Dec 5, 2023):
You can only set one address as a forwarding address in exchange, however we now show the option to forward to mailing lists/dls as well.
@JRivett-ITSG commented on GitHub (Feb 6, 2024):
Right which is why I suggested a switch to convert the forwarding within CIPP to a transport rule forward. Something like this:
New-TransportRule -name TestPwshForward -RecipientAddressMatchesPatterns email@email.com -BlindCopyTo address1,address2