mirror of
https://github.com/KelvinTegelaar/CIPP.git
synced 2026-04-25 16:26:09 +03:00
[GH-ISSUE #3785] [Feature Request]: Quarantine Management bulk request #1686
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#1686
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 @OfficialEsco on GitHub (Mar 12, 2025).
Original GitHub issue: https://github.com/KelvinTegelaar/CIPP/issues/3785
Please confirm:
Problem Statement
Currently if you bulk release/deny Quarantined messages it sends it one by one and it could take a long time, if we use -Identities its one bulk request
https://learn.microsoft.com/en-us/powershell/module/exchange/release-quarantinemessage?view=exchange-ps#-identities
Benefits for MSPs
Improved performance and speed
Value or Importance
QoL / Performance
PowerShell Commands (Optional)
Release-QuarantineMessage -Identity 000 -Identities QuarantineMessageIdentity[]
@github-actions[bot] commented on GitHub (Mar 22, 2025):
This issue is stale because it has been open 10 days with no activity. We will close this issue soon. If you want this feature implemented you can contribute it. See: https://docs.cipp.app/dev-documentation/contributing-to-the-code . Please notify the team if you are working on this yourself.
@kris6673 commented on GitHub (Mar 25, 2025):
I like this a lot, would be really nice to have this be faster, especially since the release API/cmdlet used here, is one of the really slow ones
@github-actions[bot] commented on GitHub (Apr 4, 2025):
This issue is stale because it has been open 10 days with no activity. We will close this issue soon. If you want this feature implemented you can contribute it. See: https://docs.cipp.app/dev-documentation/contributing-to-the-code . Please notify the team if you are working on this yourself.
@KelvinTegelaar commented on GitHub (Apr 8, 2025):
added in dev