Forum Discussion
How long before EXO picks up that litigation hold has been enabled?
- Oct 24, 2018
Hello Simon Smith,
From here - https://docs.microsoft.com/en-us/exchange/policy-and-compliance/holds/litigation-holds?view=exchserver-2019
"The litigation hold setting may take up to 60 min to take effect."
I would personally probably wait twice that just to be safe, as the last thing you would want to do is put something on lit hold, unlicense it, than do something like delete it, and assume the data is saved when it is really not.
Get-Mailbox <name of mailbox> | Format-List LitigationHold* should be a good way to tell if it worked.
Adam
Hello Simon Smith,
From here - https://docs.microsoft.com/en-us/exchange/policy-and-compliance/holds/litigation-holds?view=exchserver-2019
"The litigation hold setting may take up to 60 min to take effect."
I would personally probably wait twice that just to be safe, as the last thing you would want to do is put something on lit hold, unlicense it, than do something like delete it, and assume the data is saved when it is really not.
Get-Mailbox <name of mailbox> | Format-List LitigationHold* should be a good way to tell if it worked.
Adam
- Simon SmithOct 24, 2018Copper ContributorMany thanks for your help Adam.