mirror of
https://github.com/KelvinTegelaar/CIPP.git
synced 2026-04-25 08:16:01 +03:00
[GH-ISSUE #928] FEATURE REQUEST: Litigation Hold #485
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#485
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 @nc-azure on GitHub (May 19, 2022).
Original GitHub issue: https://github.com/KelvinTegelaar/CIPP/issues/928
Originally assigned to: @AdamWillford on GitHub.
Hi Kelvin,
I love what you have done with CIPP, awesome product.
Would it be possible to add a feature to enable Litigation on mailboxes?
Examples:
This would be the command to enable litigation hold on all mailboxes on a tenant:
Get-Mailbox -ResultSize Unlimited | Set-Mailbox -LitigationHoldEnabled $true
This would be a command to report on which mailboxes have Litigation Hold enabled:
get-mailbox | where-object {$_.litigationholdenabled -eq $true} | fl name
@AdamWillford commented on GitHub (May 19, 2022):
I would like to work on this please!
@github-actions[bot] commented on GitHub (May 19, 2022):
Great! I assigned you (@AdamWillford) to the issue. Have fun working on it!
@nc-azure commented on GitHub (May 19, 2022):
Awesome, thank you Adam :)
@KelvinTegelaar commented on GitHub (May 20, 2022):
Not going to implement this; Microsoft no longer recommends using this, but use DLP policies instead: https://docs.microsoft.com/en-us/exchange/security-and-compliance/in-place-and-litigation-holds
@nc-azure commented on GitHub (May 23, 2022):
Hi Kelvin,
Reading that article and then clicking on the second article from that page, it doesn't seem to be referencing Litigation Hold being removed, but more the On-Hold feature being removed.
https://docs.microsoft.com/en-us/microsoft-365/compliance/legacy-ediscovery-retirement?view=o365-worldwide
It is still your call at the end of the day, but I thought I would try get some more clarity on this :)
Thanking you in advance