How to identify the hold on an Exchange Online mailbox - Microsoft Purview (compliance) (2024)

  • Article
  • 16 minutes to read

This article explains how to identify holds placed on Exchange Online mailboxes in Microsoft 365.

Microsoft 365 offers several ways that your organization can prevent mailbox content from being permanently deleted. This allows your organization to retain content to meet compliance regulations or during legal and other types of investigations. Here's a list of the retention features (also called holds) in Office 365:

  • Litigation Hold: Holds that are applied to user mailboxes in Exchange Online.

  • eDiscovery hold: Holds that are associated with a Microsoft Purview eDiscovery (Standard) case in the security and compliance center. eDiscovery holds can be applied to user mailboxes and to the corresponding mailbox for Microsoft 365 Groups and Microsoft Teams.

  • In-Place Hold: Holds that are applied to user mailboxes by using the In-Place eDiscovery & Hold tool in the Exchange admin center in Exchange Online.

    Note

    In-Place Holds have been retired and you can no longer create In-Place Holds or apply them to mailboxes. However, In-Place Holds might still be applied to mailboxes in your organization, which is why they are included in this article. For more information, see Retirement of legacy eDiscovery tools.

  • Microsoft 365 retention policies: Can be configured to retain (or retain and then delete) content in user mailboxes in Exchange Online and in the corresponding mailbox for Microsoft 365 Groups and Microsoft Teams. You can also create a retention policy to retain Skype for Business Conversations, which are stored in user mailboxes.

    There are two types of Microsoft 365 retention policies that can be assigned to mailboxes.

    • Specific location retention policies: These are policies that are assigned to the content locations of specific users. You use the Get-Mailbox cmdlet in Exchange Online PowerShell to get information about retention policies assigned to specific mailboxes. For more information about this type of retention policy, see the section A policy with specific inclusions or exclusions from the retention policy documentation.

    • Organization-wide retention policies: These are policies that are assigned to all content locations in your organization. You use the Get-OrganizationConfig cmdlet in Exchange Online PowerShell to get information about organization-wide retention policies. For more information about this type of retention policy, see the section A policy that applies to entire locations from the retention policy documentation.

  • Microsoft 365 retention labels: If a user applies a Microsoft 365 retention label (one that's configured to retain content or retain and then delete content) to any folder or item in their mailbox, a hold is placed on the mailbox as if the mailbox was placed on Litigation Hold or assigned to a Microsoft 365 retention policy. For more information, see the Identifying mailboxes on hold because a retention label has been applied to a folder or item section in this article.

To manage mailboxes on hold, you may have to identify the type of hold that's placed on a mailbox so that you can perform tasks such as changing the hold duration, temporarily or permanently removing the hold, or excluding a mailbox from a Microsoft 365 retention policy. In these cases, the first step is to identify the type of hold placed on the mailbox. And because multiple holds (and different types of holds) can be placed on a single mailbox, you have to identify all holds placed on a mailbox if you want to remove or change a hold.

Step 1: Obtain the GUID for holds placed on a mailbox

You can run the following two cmdlets in Exchange Online PowerShell to get the GUID of the holds that are placed on a mailbox. After you obtain a GUID, you use it to identify the specific hold in Step 2. A Litigation Hold isn't identified by a GUID. Litigation Holds are either enabled or disabled for a mailbox.

  • Get-Mailbox: Use this cmdlet to determine whether Litigation Hold is enabled for a mailbox and to get the GUIDs for eDiscovery holds, In-Place Holds, and Microsoft 365 retention policies that are specifically assigned to a mailbox. The output of this cmdlet will also indicate if a mailbox has been explicitly excluded from an organization-wide retention policy.

  • Get-OrganizationConfig: Use this cmdlet to get the GUIDs for organization-wide retention policies.

To connect to Exchange Online PowerShell, see Connect to Exchange Online PowerShell.

Get-Mailbox

Run the following command to get information about the holds and Microsoft 365 retention policies applied to a mailbox.

Get-Mailbox <username> | FL LitigationHoldEnabled,InPlaceHolds

Tip

If there are too many values in the InPlaceHolds property and not all of them are displayed, you can run the Get-Mailbox <username> | Select-Object -ExpandProperty InPlaceHolds command to display each GUID on a separate line.

The following table describes how to identify different types of holds based on the values in the InPlaceHolds property when you run the Get-Mailbox cmdlet.

Hold typeExample valueHow to identify the hold
Litigation HoldTrueLitigation Hold is enabled for a mailbox when the LitigationHoldEnabled property is set to True.
eDiscovery holdUniH7d895d48-7e23-4a8d-8346-533c3beac15dThe InPlaceHolds property contains the GUID of any hold associated with an eDiscovery case in the security and compliance center. You can tell this is an eDiscovery hold because the GUID starts with the UniH prefix (which denotes a Unified Hold).
In-Place Holdc0ba3ce811b6432a8751430937152491
or
cld9c0a984ca74b457fbe4504bf7d3e00de
The InPlaceHolds property contains the GUID of the In-Place Hold that's placed on the mailbox. You can tell this is an In-Place Hold because the GUID either doesn't start with a prefix or it starts with the cld prefix.
Microsoft 365 retention policy specifically applied to the mailboxmbxcdbbb86ce60342489bff371876e7f224:1
or
skp127d7cf1076947929bf136b7a2a8c36f:3
The InPlaceHolds property contains GUIDs of any specific location retention policy that's applied to the mailbox. You can identify retention policies because the GUID starts with the mbx or the skp prefix. The skp prefix indicates that the retention policy is applied to Skype for Business conversations in the user's mailbox.
Excluded from an organization-wide Microsoft 365 retention policy-mbxe9b52bf7ab3b46a286308ecb29624696If a mailbox is excluded from an organization-wide Microsoft 365 retention policy, the GUID for the retention policy that the mailbox is excluded from is displayed in the InPlaceHolds property and is identified by the -mbx prefix.

Get-OrganizationConfig

If the InPlaceHolds property is empty when you run the Get-Mailbox cmdlet, there still may be one or more organization-wide Microsoft 365 retention policies applied to the mailbox. Run the following command in Exchange Online PowerShell to get a list of GUIDs for organization-wide Microsoft 365 retention policies.

Get-OrganizationConfig | FL InPlaceHolds

Tip

If there are too many values in the InPlaceHolds property and not all of them are displayed, you can run the Get-OrganizationConfig | Select-Object -ExpandProperty InPlaceHolds command to display each GUID on a separate line.

The following table describes the different types of organization-wide holds and how to identify each type based on the GUIDs contained in InPlaceHolds property when you run the Get-OrganizationConfig cmdlet.

Hold typeExample valueDescription
Microsoft 365 retention policies applied to Exchange mailboxes, Exchange public folders, and Teams chatsmbx7cfb30345d454ac0a989ab3041051209:2Organization-wide retention policies applied to Exchange mailboxes, Exchange public folders, and 1xN chats in Microsoft Teams are identified by GUIDs that start with the mbx prefix. Note 1xN chats are stored in the mailbox of the individual chat participants.
Microsoft 365 retention policy applied to Microsoft 365 Groups and Teams channel messagesgrp1a0a132ee8944501a4bb6a452ec31171:3Organization-wide retention policies applied to Microsoft 365 groups and channel messages in Microsoft Teams are identified by GUIDs that start with the grp prefix. Note channel messages are stored in the group mailbox that is associated with a Microsoft Team.

For more information about retention policies applied to Microsoft Teams, see Learn about retention policies for Microsoft Teams.

Understanding the format of the InPlaceHolds value for retention policies

In addition to the prefix (mbx, skp, or grp) that identifies an item in the InPlaceHolds property as a Microsoft 365 retention policy, the value also contains a suffix that identifies the type of retention action that's configured for the policy. For example, the action suffix is highlighted in bold type in the following examples:

skp127d7cf1076947929bf136b7a2a8c36f:1

mbx7cfb30345d454ac0a989ab3041051209:2

grp1a0a132ee8944501a4bb6a452ec31171:3

The following table defines the three possible retention actions:

ValueDescription
1Indicates that the retention policy is configured to delete items. The policy doesn't retain items.
2Indicates that the retention policy is configured to hold items. The policy doesn't delete items after the retention period expires.
3Indicates that the retention policy is configured to hold items and then delete them after the retention period expires.

For more information about retention actions, see the Retaining content for a specific period of time section.

Step 2: Use the GUID to identify the hold

After you obtain the GUID for a hold that is applied to a mailbox, the next step is to use that GUID to identify the hold. The following sections show how to identify the name of the hold (and other information) by using the hold GUID.

eDiscovery holds

Run the following commands in Security & Compliance PowerShell to identify an eDiscovery hold that's applied to the mailbox. Use the GUID (not including the UniH prefix) for the eDiscovery hold that you identified in Step 1.

To connect to Security & Compliance PowerShell, see .

The first command creates a variable that contains information about the hold. This variable is used in the other commands. The second command displays the name of the eDiscovery case the hold is associated with. The third command displays the name of the hold and a list of the mailboxes the hold applies to.

$CaseHold = Get-CaseHoldPolicy <hold GUID without prefix>
Get-ComplianceCase $CaseHold.CaseId | FL Name
$CaseHold | FL Name,ExchangeLocation

In-Place Holds

Run the following command in Exchange Online PowerShell to identify the In-Place Hold that's applied to the mailbox. Use the GUID for the In-Place Hold that you identified in Step 1. The command displays the name of the hold and a list of the mailboxes the hold applies to.

Get-MailboxSearch -InPlaceHoldIdentity <hold GUID> | FL Name,SourceMailboxes

If the GUID for the In-Place Hold starts with the cld prefix, be sure to include the prefix when running the previous command.

Important

As we continue to invest in different ways to preserve mailbox content, we're announcing the retirement of In-Place Holds in the Exchange admin center (EAC). Starting July 1, 2020 you won't be able to create new In-Place Holds in Exchange Online. But you'll still be able to manage In-Place Holds in the EAC or by using the Set-MailboxSearch cmdlet in Exchange Online PowerShell. However, starting October 1, 2020, you won't be able to manage In-Place Holds. You'll only be remove them in the EAC or by using the Remove-MailboxSearch cmdlet. For more information about the retirement of In-Place Holds, see Retirement of legacy eDiscovery tools.

Microsoft 365 retention policies

and run the following command to identity the Microsoft 365 retention policy (organization-wide or specific location) that's applied to the mailbox. Use the GUID (not including the mbx, skp, or grp prefix or the action suffix) that you identified in Step 1.

Get-RetentionCompliancePolicy <hold GUID without prefix or suffix> -DistributionDetail | FL Name,*Location

Identifying mailboxes on hold because a retention label has been applied to a folder or item

Whenever a user applies a retention label that's configured to retain or retain and then delete content to any folder or item in their mailbox, the ComplianceTagHoldApplied mailbox property is set to True. When this happens, the mailbox is treated similarly to if it was placed on hold, such as when assigned to a Microsoft 365 retention policy or placed on Litigation Hold, however with some caveats. When the ComplianceTagHoldApplied property is set to True, the following things occur:

  • If the mailbox or the user's Microsoft 365 account is deleted, the mailbox becomes an inactive mailbox.
  • You aren't able to disable the mailbox (either the primary mailbox or the archive mailbox, if it's enabled).
  • Items that have been deleted from the mailbox will follow one of two paths depending on if they are labeled or not:
    • Unlabeled items will follow the same path deleted items take when no holds apply to the mailbox. The time that it takes for these items to be permanently deleted is determined by the deleted item retention configuration and whether single item recovery is enabled for the mailbox or not.
    • Labeled items will be retained within the recoverable items folder in the same way they would be if a Microsoft 365 retention policy applied, but at the individual item level. If multiple items have different labels that are configured to retain or retain and then delete content at different intervals, each item will be retained based on the configuration of the applied label.
  • Other holds, such as Microsoft 365 retention policies, eDiscovery holds or litigation hold can extend how long labeled items are retained based on the principles of retention.

To view the value of the ComplianceTagHoldApplied property for a single mailbox, run the following command in Exchange Online PowerShell:

Get-Mailbox <username> | FL ComplianceTagHoldApplied

For more information about retention labels, see retention labels.

Managing mailboxes on delay hold

After any type of hold is removed from a mailbox, a delay hold is applied. This means that the actual removal of the hold is delayed for 30 days to prevent data from being permanently deleted (purged) from the mailbox. This gives admins an opportunity to search for or recover mailbox items that will be purged after a hold is removed. A delay hold is placed on a mailbox the next time the Managed Folder Assistant processes the mailbox and detects that a hold was removed. Specifically, a delay hold is applied to a mailbox when the Managed Folder Assistant sets one of the following mailbox properties to True:

  • DelayHoldApplied: This property applies to email-related content (generated by people using Outlook and Outlook on the web) that's stored in a user's mailbox.

  • DelayReleaseHoldApplied: This property applies to cloud-based content (generated by non-Outlook apps such as Microsoft Teams, Microsoft Forms, and Microsoft Yammer) that's stored in a user's mailbox. Cloud data generated by a Microsoft app is typically stored in a hidden folder in a user's mailbox.

When a delay hold is placed on the mailbox (when either of the previous properties is set to True), the mailbox is still considered to be on hold for an unlimited hold duration, as if the mailbox was on Litigation Hold. After 30 days, the delay hold expires, and Microsoft 365 will automatically attempt to remove the delay hold (by setting the DelayHoldApplied or DelayReleaseHoldApplied property to False) so that the hold is removed. After either of these properties are set to False, the corresponding items that are marked for removal are purged the next time the mailbox is processed by the Managed Folder Assistant.

To view the values for the DelayHoldApplied and DelayReleaseHoldApplied properties for a mailbox, run the following command in Exchange Online PowerShell.

Get-Mailbox <username> | FL *HoldApplied*

To remove the delay hold before it expires, you can run one (or both) the following commands in Exchange Online PowerShell, depending on which property you want to change:

Set-Mailbox <username> -RemoveDelayHoldApplied

Or

Set-Mailbox <username> -RemoveDelayReleaseHoldApplied

You must be assigned the Legal Hold role in Exchange Online to use the RemoveDelayHoldApplied or RemoveDelayReleaseHoldApplied parameters.

To remove the delay hold on an inactive mailbox, run one of the following commands in Exchange Online PowerShell:

Set-Mailbox <DN or Exchange GUID> -InactiveMailbox -RemoveDelayHoldApplied

Or

Set-Mailbox <DN or Exchange GUID> -InactiveMailbox -RemoveDelayReleaseHoldApplied

Tip

The best way to specify an inactive mailbox in the previous command is to use its Distinguished Name or Exchange GUID value. Using one of these values helps prevent accidentally specifying the wrong mailbox.

For more information about using these parameters for managing delay holds, see Set-Mailbox.

Keep the following things in mind when managing a mailbox on delay hold:

  • If either the DelayHoldApplied or DelayReleaseHoldApplied property is set to True and a mailbox (or the corresponding user account) is deleted, the mailbox becomes an inactive mailbox. That's because a mailbox is considered to be on hold if either property is set to True, and deleting a mailbox on hold results in an inactive mailbox. To delete a mailbox and not make it an inactive mailbox, you have to set both properties to False.

  • As previous stated, a mailbox is considered to be on hold for an unlimited hold duration if either the DelayHoldApplied or DelayReleaseHoldApplied property is set to True. However, that doesn't mean that all content in the mailbox is preserved. It depends on the value that's set to each property. For example, let's say both properties are set to True because holds are removed from the mailbox. Then you remove only the delay hold that's applied to non-Outlook cloud data (by using the RemoveDelayReleaseHoldApplied parameter). The next time the Managed Folder Assistant processes the mailbox, the non-Outlook items marked for removal are purged. Any Outlook items marked for removal won't be purged because the DelayHoldApplied property is still set to True. The opposite would also be true: if DelayHoldApplied is set to False and DelayReleaseHoldApplied is set to True, then only Outlook items marked for removal would be purged.

How to confirm that an organization-wide retention policy is applied to a mailbox

When an organization-wide retention policy is applied or removed to a mailbox, exporting the mailbox diagnostics logs can help you be certain that Exchange Online has actually applied or removed the retention policy to the mailbox. To view this information, you first need to validate a few things using Exchange Online Powershell.

Obtain the GUIDs for any retention policies explicitly applied to a mailbox

Get-Mailbox <username> | Select-Object -ExpandProperty InPlaceHolds

Obtain the GUIDs for any organization-wide retention policies applied to mailboxes

Get-OrganizationConfig | Select-Object -ExpandProperty InPlaceHolds

Get the Mailbox Diagnostics for HoldTracking

The Hold Tracking Mailbox Diagnostics logs maintain a history of the holds applied to a user mailbox.

$ht = Export-MailboxDiagnosticLogs <username> -ComponentName HoldTracking$ht.MailboxLog | Convertfrom-Json

Review the results of the Mailbox Diagnostics logs

If you gather data from the previous step, the resulting data may look something like this:

ed : 0001-01-01T00:00:00.0000000hid : mbx7cfb30345d454ac0a989ab3041051209:1ht : 4lsd : 2020-03-23T18:24:37.1884606Zosd : 2020-03-23T18:24:37.1884606Z

Use the following table to help you understand each of the previous values listed in the diagnostics log.

ValueDescription
edIndicates the End date, which is the date the retention policy was disabled. MinValue means the policy is still assigned to the mailbox.
hidIndicates the GUID for the retention policy. This value will correlate to the GUIDs that you collected for the explicit or organization-wide retention policies assigned to the mailbox.
lsdIndicates the Last start date, which is the date the retention policy was assigned to the mailbox.
osdIndicates the Original start date, which is the date that Exchange first recorded information about the retention policy.

When a retention policy is no longer applied to a mailbox, we will place a temporary delay hold on the user to prevent purging content. A delay hold can be disabled by running the Set-Mailbox -RemoveDelayHoldApplied command.

Next steps

After you identify the holds that are applied to a mailbox, you can perform tasks such as changing the duration of the hold, temporarily or permanently removing the hold, or excluding an inactive mailbox from a Microsoft 365 retention policy. For more information about performing tasks related to holds, see one of the following topics:

  • Run the Set-RetentionCompliancePolicy -Identity <Policy Name> -AddExchangeLocationException <user mailbox> command in to exclude a mailbox from an organization-wide Microsoft 365 retention policy. This command can only be used for retention policies where the value for the ExchangeLocation property equals All.

  • Change the hold duration for an inactive mailbox

  • Delete an inactive mailbox

  • Delete items in the Recoverable Items folder of cloud-based mailboxes on hold

How to identify the hold on an Exchange Online mailbox - Microsoft Purview (compliance) (2024)

FAQs

How do I check my inplace hold? ›

Use the EAC to verify that the In-Place Hold is listed in the list view of the In-Place eDiscovery & Hold page. This example will display the In-Place Hold GUID for all public folder mailboxes in the organization.

How do I check my eDiscovery hold? ›

Search locations on eDiscovery hold

Select the Locations on hold option to search all the content locations that have been placed on hold. If the case contains multiple eDiscovery holds, the content locations from all holds will be searched when you select this option.

What is mailbox retention hold? ›

Placing a mailbox on retention hold suspends the processing of a retention policy or managed folder mailbox policy for that mailbox. Retention hold is designed for situations such as a user being on vacation or away temporarily. During retention hold, users can log on to their mailbox and change or delete items.

How do I turn off the inplace hold on my mailbox? ›

Navigate to Compliance management > In-Place eDiscovery & hold. In In-Place eDiscovery & Hold properties, on the In-Place Hold page, clear the Place content matching the search query in selected mailboxes on hold, and then click Save. In warning, click Yes to remove the search.

How do I know if my mailbox is litigation hold? ›

How do you know this worked?
  1. Go to Recipients > Mailboxes.
  2. In the list of user mailboxes, click the mailbox that you want to verify Litigation Hold settings for, and then click Edit .
  3. On the mailbox properties page, click Mailbox features.
  4. Under Litigation hold, verify that hold is enabled.
10 Feb 2022

How do I find my hold on Office 365? ›

Next steps
  1. Run the Set-RetentionCompliancePolicy -Identity <Policy Name> -AddExchangeLocationException <user mailbox> command in Security & Compliance PowerShell to exclude a mailbox from an organization-wide Microsoft 365 retention policy. ...
  2. Change the hold duration for an inactive mailbox.
  3. Delete an inactive mailbox.
5 Jul 2022

What is the difference between inplace hold and litigation hold? ›

Litigation Hold uses the LitigationHoldEnabled property of a mailbox to place mailbox content on hold. Whereas In-Place Hold provides granular hold capability based on query parameters and the ability to place multiple holds, Litigation Hold only allows you to place all items on hold.

How do I get rid of eDiscovery hold? ›

Use the EAC to remove an In-Place Hold

Go to Compliance management > In-Place eDiscovery & Hold. In In-Place eDiscovery & Hold properties, on the In-Place Hold page, clear the Place content matching the search query in selected sources on hold check box, and then click Save. In warning, click Yes to remove the search.

What is a legal hold on email? ›

Email legal hold is a technical capability that allows you to tag particular emails as potentially significant for a current or future legal action.

What is retention hold in exchange online? ›

Retention hold is designed for situations such as a user being on vacation or away temporarily. During retention hold, users can log on to their mailbox and change or delete items. When you perform a mailbox search, deleted items that are past the deleted item retention period aren't returned in search results.

How Litigation Hold and retention hold work in exchange online? ›

If the on-premises mailbox is on Litigation Hold or In-Place Hold, the hold settings are preserved after the mailbox is moved to Exchange Online. If the on-premises mailbox is on Litigation Hold or In-Place Hold, any content in the Recoverable Items folder is moved to the Exchange Online mailbox.

How do I change the retention hold in Office 365? ›

To place mailboxes on retention hold, select the Enable retention hold checkbox, and configure the retention hold duration. In the Find Mailboxes to Modify section, select he Microsoft 365 tenant and the mailboxes. Click on Apply.

How do I turn off litigation hold in Office 365? ›

Steps: Click the Management tab. Select Microsoft 365 Management in the left pane. Then click the enable/disable litigation hold link located under Mailbox Management.

How do I turn off Exchange Online mailbox? ›

Click the Management tab. Select Office 365 Management in the left pane. Then click the Disable/Delete Remote Mailbox link located under Mailbox Management. Select the desired domain and the required OUs.

How do I add a mailbox to Office 365 litigation hold? ›

To enable Litigation Hold in Office 365, follow the steps as given:
  1. Open Exchange Admin Center.
  2. Navigate to Recipient > Mailboxes > Edit > Mailbox Features > Litigation Hold > Enable.
  3. Enter the Litigation hold duration, for which you want the items to be held.

How can you tell if someone has a litigation hold? ›

How do you know this worked?
  1. Go to Recipients > Mailboxes.
  2. In the list of user mailboxes, click the mailbox that you want to verify Litigation Hold settings for, and then click Edit .
  3. On the mailbox properties page, click Mailbox features.
  4. Under Litigation hold, verify that hold is enabled.
10 Feb 2022

How do I run a litigation hold report in Office 365? ›

Select Manage My Organization > Roles & Auditing > Auditing. Click Run a litigation hold report. Microsoft Exchange runs the report for any litigation hold changes made to any mailbox in the past two weeks.

How do you exclude a mailbox from retention policy? ›

Run the Set-RetentionCompliancePolicy -AddExchangeLocationException <user mailbox> command in Security & Compliance Center PowerShell to exclude a mailbox from an organization-wide Office 365 retention policy.

What is a legal hold notice? ›

A legal hold, also known as a litigation hold, is the process by which organizations preserve potentially relevant information when litigation is pending or reasonably anticipated. By issuing a legal hold, organizations notify custodians about their duty not to delete ESI or physical documents relevant to a case.

What is an eDiscovery hold? ›

Aug 12, 2022. Electronic discovery (eDiscovery) identifies and locates electronically stored information for use in legal proceedings. To preserve this information, organizations may put a legal hold in place.

Does Microsoft 365 Business Standard include litigation hold? ›

Litigation hold is available for Office 365 Education, Office 365 Enterprise E3, E4 plans, and Exchange Online Plan 2. It is not available for Office 365 Business Essentials, Business Premium, Exchange online Plan 1, and E1.

What is litigation on hold in Exchange Server? ›

Litigation Hold uses the LitigationHoldEnabled property of a mailbox. When Litigation Hold is enabled, all mailbox all items are placed on hold. In contrast, you can use an In-Place Hold to preserve only those items that meet that the criteria of a search query that you define by using the In-Place eDiscovery tool.

Can you delete a mailbox with a Litigation Hold present? ›

Litigation Hold For Law Firms

Litigation Hold, also referred to as Legal Hold, lets organizations preserve electronically stored information. When a mailbox is put on litigation hold, the user can delete items, but the items are still kept on servers in the Microsoft Exchange data center.

Does Litigation Hold require a license? ›

Placing a litigation hold in Office 365 can be straightforward, depending on your plan. To put an individual mailbox on hold, you must first ensure that the mailbox you're targeting has at least an Exchange Plan 2 license or an appropriate add-on license.

How do I know if my SharePoint is on hold? ›

Please follow the steps:
  1. Sign in the Microsoft 365 Compliance as a Global Administrator.
  2. Information governance >> Retention policies.
  3. Select the Retention policy and click Edit.
  4. Check if the Retention policy applies to SharePoint sites.
  5. If yes, you need delete this policy.
15 Jan 2022

How do I disable litigation hold in PowerShell? ›

Disable Litigation Hold Using PowerShell

So to disable litigation hold from a specific recipient, you can set the LitigationHoldEnabled parameter to False. This will automatically turn off the litigation hold for the given mailboxes.

How does a litigation hold affect the way you manage your records? ›

A litigation hold prevents spoliation -- destruction, alteration or mutilation of evidence. Its goal is to ensure that a plaintiff has fair access to any information that might be relevant to the litigation. A legal hold applies to both hard copies of documents and to electronically stored information (ESI).

What is a silent legal hold? ›

Legal and compliance teams now have the ability to issue “silent" legal holds, which ensures data is preserved without the custodian being alerted. This enables more thorough investigations and prevents the type of issues that can arise when potential internal conflicts are exposed before proper evidence is collected.

Who is responsible for enacting and managing a legal hold? ›

The legal hold is usually started by a written notification by the legal department to anyone involved. The notice provides instructions to custodians instructing them to preserve any information that might be required for discovery.

What are retention policies? ›

What is a retention policy. A retention policy (also called a 'schedule') is a key part of the lifecycle of a record. It describes how long a business needs to keep a piece of information (record), where it's stored and how to dispose of the record when its time.

Does retention policy prevent deletion? ›

Retention Policy Options

The Retain Content option prevents permanent deletion but is available to locate via eDiscovery. Delete Content, however, permanently deletes the information in the environment.

What is SingleItemRecoveryEnabled? ›

Set-Mailbox -Identity "April Summers" -SingleItemRecoveryEnabled $true. This example enables single item recovery for the mailbox of Pilar Pinilla and sets the number of days that deleted items are retained to 30 days.

Does Litigation Hold include OneDrive? ›

Litigation Hold is one of the functionalities of eDiscovery feature in Exchange Online. Putting mailboxes, public folders or sites (e.g. OneDrive, SharePoint) on Litigation Hold prevents users from permanently deleting all or chosen content.

What is a substrate hold? ›

The Substrate Holds Everything

The data is either native to the substrate or a digital twin replicated from another store, like the Teams message store in Azure Cosmos DB or SharePoint documents from Azure SQL.

How do I activate Litigation Hold? ›

Microsoft 365 How to Setup a Litigation Hold on a Mailbox

What is the default MRM Policy Office 365? ›

Default MRM policy. The Default MRM policy is automatically applied when a new mailbox is created in Exchange Online. You can change the retention policy applied to a user at any point in time. Tags included in the Default MRM Policy can be modified according to your business needs.

How do I disable Exchange mailbox without deleting? ›

Use the EAC to disable a mailbox
  1. In the EAC, navigate to Recipients > Mailboxes.
  2. In the list of user mailboxes, click the mailbox that you want to disable.
  3. Click More. and then click Disable.
  4. A warning appears asking if you're sure you want to disable the mailbox. Click Yes to disable the mailbox.
22 Jul 2022

What happens to mailbox when ad account is disabled? ›

When you disable a mailbox, all Exchange attributes are removed from the associated user account in Active Directory. The disconnected mailbox is hidden and marked for removal.

What happens when you disable online archive Office 365? ›

After you disable an archive mailbox, you can reconnect it to the user's primary mailbox within 30 days of disabling it. In this case, the original contents of the archive mailbox are restored. After 30 days, the contents of the original archive mailbox are permanently deleted and can't be recovered.

How do I enable inplace hold? ›

65. How to Create In-Place Hold in Exchange 2019 | E-Discovery

What is eDiscovery hold? ›

Using the eDiscovery (Premium) hold capabilities, you can place holds on custodians and their data sources. Additionally, you can place a non-custodial hold on mailboxes and OneDrive for Business sites.

Does litigation hold affect OneDrive? ›

Litigation Hold – basic information

Litigation Hold is one of the functionalities of eDiscovery feature in Exchange Online. Putting mailboxes, public folders or sites (e.g. OneDrive, SharePoint) on Litigation Hold prevents users from permanently deleting all or chosen content.

Is there a litigation hold for OneDrive? ›

You can place a hold on the Exchange mailboxes and OneDrive for Business accounts of people you're investigating in the case. You can also place a hold on the mailboxes and sites that are associated with Microsoft Teams, Office 365 Groups, and Yammer Groups.

How do I place a litigation hold on OneDrive? ›

Sign in to the Microsoft 365 admin center. Go to Users > Active Users and select the user whose account you would like to put on hold. Go to the properties flyout section. Click the tab for Mail > More Sections > Manage Litigation Hold.

What is a records hold? ›

Records Hold means a written notice to suspend Disposition for designated records. A Records Hold may be authorized by General Counsel for legal reasons or by the Record Authority for unanticipated operational or audit needs.

What is the legal hold process? ›

A legal hold, also known as a litigation hold, is the process by which organizations preserve potentially relevant information when litigation is pending or reasonably anticipated. By issuing a legal hold, organizations notify custodians about their duty not to delete ESI or physical documents relevant to a case.

What is legal hold on a file? ›

A legal hold is a process that an enterprise can use to preserve all forms of potentially relevant information when litigation is pending or reasonably anticipated. Applying a hold to items prevents any user from deleting them from Box. Legal Holds can be managed and assigned to folders and files through the Box APIs.

Is Litigation Hold visible to the user? ›

Litigation hold and In-place hold are transparent to the user, so they will not know they are on hold.

Can you delete a mailbox with a Litigation Hold present? ›

Litigation Hold For Law Firms

Litigation Hold, also referred to as Legal Hold, lets organizations preserve electronically stored information. When a mailbox is put on litigation hold, the user can delete items, but the items are still kept on servers in the Microsoft Exchange data center.

How do I remove retention hold in Office 365? ›

Steps: Click the Management tab. Select Microsoft 365 Management in the left pane. Then click the enable/disable litigation hold link located under Mailbox Management.

What is litigation hold exchange? ›

Litigation Hold uses the LitigationHoldEnabled property of a mailbox. When Litigation Hold is enabled, all mailbox all items are placed on hold. In contrast, you can use an In-Place Hold to preserve only those items that meet that the criteria of a search query that you define by using the In-Place eDiscovery tool.

Is litigation hold a backup? ›

Microsoft's Security and Compliance Center is designed for organizations to meet the demands of litigation and legal compliance.

What is preservation hold library in OneDrive? ›

A Preservation Hold preserves files and emails in an custodian's Microsoft 365 account (OneDrive and Exchange) as well as any files in an custodian's Sharepoint. A Preservation Hold ensures that original copies, prior to any edits or deletions, of emails and files are preserved in a Microsoft 365 Preservation Library.

How do you add someone to Litigation Hold? ›

Microsoft 365 How to Setup a Litigation Hold on a Mailbox

How does a Litigation Hold affect the way you manage your records? ›

A litigation hold prevents spoliation -- destruction, alteration or mutilation of evidence. Its goal is to ensure that a plaintiff has fair access to any information that might be relevant to the litigation. A legal hold applies to both hard copies of documents and to electronically stored information (ESI).

How do I enable Litigation Hold in Office 365 using PowerShell? ›

Litigation Hold can also be enabled in Microsoft 365 using PowerShell with the Set-Mailbox <Mailbox Name> -LitigationHoldEnabled $true and related cmdlets.

Top Articles
Latest Posts
Article information

Author: Reed Wilderman

Last Updated:

Views: 5837

Rating: 4.1 / 5 (52 voted)

Reviews: 83% of readers found this page helpful

Author information

Name: Reed Wilderman

Birthday: 1992-06-14

Address: 998 Estell Village, Lake Oscarberg, SD 48713-6877

Phone: +21813267449721

Job: Technology Engineer

Hobby: Swimming, Do it yourself, Beekeeping, Lapidary, Cosplaying, Hiking, Graffiti

Introduction: My name is Reed Wilderman, I am a faithful, bright, lucky, adventurous, lively, rich, vast person who loves writing and wants to share my knowledge and understanding with you.