Skip to content

Commit 2b393a0

Browse files
authored
Merge pull request #50466 from MicrosoftDocs/NEW-purview-ediscovery-create-case
New purview ediscovery create case
2 parents 2d37363 + 66d2303 commit 2b393a0

25 files changed

+540
-0
lines changed
119 KB
Loading
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.purview-ediscovery-create-case.case-access-permissions
3+
title: Manage case access and permissions
4+
metadata:
5+
title: Manage case access and permissions
6+
description: "Manage case access and permissions."
7+
ms.date: 05/15/2025
8+
author: wwlpublish
9+
ms.author: riswinto
10+
ms.topic: unit
11+
azureSandbox: false
12+
labModal: false
13+
durationInMinutes: 6
14+
content: |
15+
[!include[](includes/case-access-permissions.md)]
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.purview-ediscovery-create-case.configure-case-settings
3+
title: Configure case settings
4+
metadata:
5+
title: Configure case settings
6+
description: "Configure case settings."
7+
ms.date: 05/15/2025
8+
author: wwlpublish
9+
ms.author: riswinto
10+
ms.topic: unit
11+
azureSandbox: false
12+
labModal: false
13+
durationInMinutes: 5
14+
content: |
15+
[!include[](includes/configure-case-settings.md)]
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.purview-ediscovery-create-case.create-manage-ediscovery-case
3+
title: Create and manage eDiscovery cases
4+
metadata:
5+
title: Create and manage eDiscovery cases
6+
description: "Create and manage eDiscovery cases."
7+
ms.date: 05/15/2025
8+
author: wwlpublish
9+
ms.author: riswinto
10+
ms.topic: unit
11+
azureSandbox: false
12+
labModal: false
13+
durationInMinutes: 5
14+
content: |
15+
[!include[](includes/create-manage-ediscovery-case.md)]
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.purview-ediscovery-create-case.ediscovery-prerequisites
3+
title: Configure eDiscovery prerequisites
4+
metadata:
5+
title: Configure eDiscovery prerequisites
6+
description: "Configure eDiscovery prerequisites."
7+
ms.date: 05/15/2025
8+
author: wwlpublish
9+
ms.author: riswinto
10+
ms.topic: unit
11+
azureSandbox: false
12+
labModal: false
13+
durationInMinutes: 8
14+
content: |
15+
[!include[](includes/ediscovery-prerequisites.md)]
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
Access control is essential in Microsoft Purview eDiscovery. Case access is restricted to designated users and role groups, helping ensure sensitive investigations stay secure and traceable. Before someone can contribute to or review case content, they must have the appropriate permissions and be added to the case.
2+
3+
## Add users to a case
4+
5+
Before a user can access any eDiscovery case, they must be assigned to the **eDiscovery Manager** role group. This gives them access to the **eDiscovery** area of the Microsoft Purview portal.
6+
7+
After role group assignment, you can add them to individual cases. Being added to a case grants access to its searches, review sets, exports, and other investigation data.
8+
9+
To add users to a case:
10+
11+
1. Go to the [Microsoft Purview portal](https://purview.microsoft.com?azure-portal=true) and sign in with eDiscovery permissions.
12+
1. Navigate to **Solutions** > **eDiscovery** > **Cases**.
13+
1. Select a case, then open **Case settings**.
14+
15+
:::image type="content" source="../media/case-settings-button.png" alt-text="Screenshot showing the Case settings button in Microsoft Purview." lightbox="../media/case-settings-button.png":::
16+
17+
1. Select the **Permissions** tab.
18+
1. Under **Users**, select **Add**, then choose the users you want to assign.
19+
20+
You can also assign a role group to a case. However, you can only assign role groups you belong to. If a role is removed from a role group after assignment, the group is automatically removed from the case to prevent overexposure.
21+
22+
## Remove users from a case
23+
24+
Only users in the **eDiscovery Administrator** role group can remove other users from a case. Even if you originally created the case or are part of the **eDiscovery Manager** role group, you won't be able to remove users without elevated permissions.
25+
26+
To remove users:
27+
28+
1. From the case, go to **Case settings** > **Permissions**.
29+
1. Under **Users** or **Role groups**, select **Remove**, then confirm your changes.
30+
31+
## Manage guest access
32+
33+
You can invite external users to participate in a case as guests. This is useful when external reviewers, such as legal counsel, need access.
34+
35+
Guest access must first be enabled in your environment. For more information, see [Enable guest access in eDiscovery](/purview/edisc-settings-guest-users?azure-portal=true).
36+
37+
Once enabled, follow these steps to invite a guest:
38+
39+
1. Open the case, then go to **Case settings** > **Permissions**.
40+
1. In the **Guest users** section, select **Invite**.
41+
1. Provide the guest's full name, email, organization, and justification.
42+
1. Assign the guest the **Reviewer** role (the only available role for guests).
43+
1. Submit the request for approval by an eDiscovery Administrator.
44+
45+
:::image type="content" source="../media/ediscovery-guest-access.png" alt-text="Screenshot showing where to add guest users to an eDiscovery case." lightbox="../media/ediscovery-guest-access.png":::
46+
47+
### Approve and manage guest access
48+
49+
Only **eDiscovery Administrators** can approve or deny guest access. Admins can manage guest requests from **Settings** > **eDiscovery** > **Guest users**.
50+
51+
:::image type="content" source="../media/guest-access-request.png" alt-text="Screenshot showing a guest access request." lightbox="../media/guest-access-request.png":::
52+
53+
If the guest is new to the tenant, a two-step approval is required. After their account is created, a second approval step is needed to assign case access.
54+
55+
Once approved, the guest receives an email invitation with a unique link to access the case.
56+
57+
Guests with a Microsoft Entra ID account can authenticate immediately. Others receive a one-time passcode, assuming this is enabled in your organization.
58+
59+
To remove guest access:
60+
61+
1. Go to **Settings** > **eDiscovery** > **Guest users**.
62+
1. Select the guest and choose **Remove**.
63+
64+
The guest's Microsoft Entra account remains active, but they lose access to the case. Regular cleanup of inactive guest accounts is recommended in Microsoft Entra ID.
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
Each eDiscovery case in Microsoft Purview includes configurable settings that affect how searches, analytics, and review sets behave. These settings help tailor investigations to your organization’s needs and control how reviewers interact with case data.
2+
3+
You can configure case settings in several categories:
4+
5+
- Data sources
6+
- Search and analytics
7+
- Review sets
8+
9+
These settings are applied at the case level and affect all review sets within the case.
10+
11+
## Configure data source settings
12+
13+
Data source settings control which people and groups are included during organization-wide searches. By default, only licensed users are included. You can expand this scope to include other types of users, depending on your investigative needs.
14+
15+
From the **Case settings** page, select **Data sources**, then choose one or more of the following options:
16+
17+
- All people and groups including unlicensed, on-premises, and guest users
18+
- All people and groups including shared Teams channels
19+
- All people and groups including departed users
20+
21+
Adding more data sources can increase search time. Only use these settings when they support the scope of your investigation. To reset to the default configuration, select **Restore defaults**.
22+
23+
## Configure search and analytics settings
24+
25+
The **Search and analytics** settings apply to all review sets in a case. These settings control how data is grouped, how search results are processed, and whether advanced analytics features are used.
26+
27+
To access these settings, go to **Case settings** > **Search and analytics**.
28+
29+
Available options include:
30+
31+
- **Near duplicate and email threading analysis**: Groups similar documents and emails together to improve review efficiency. Set the similarity threshold and word count ranges for inclusion.
32+
- **Themes**: Automatically groups documents by dominant ideas to help identify patterns across large datasets. You can set a maximum number of themes and enable dynamic adjustment if the document count is low.
33+
- **Auto-generated review set query**: Automatically creates a saved search called **For Review** that filters out duplicates after analytics is run.
34+
- **Ignore text**: Exclude known irrelevant content, such as boilerplate email disclaimers, from analytics processing using specific text or regular expressions.
35+
- **Optical character recognition (OCR)**: Enables OCR during advanced indexing so that text in image files becomes searchable and reviewable.
36+
37+
:::image type="content" source="../media/search-analytics-settings.png" alt-text="Screenshot showing the options for search and analytics settings in an eDiscovery case." lightbox="../media/search-analytics-settings.png":::
38+
39+
These settings help streamline case review and reduce time spent on redundant content.
40+
41+
## Configure review set grouping
42+
43+
Review sets can be grouped to make it easier for reviewers to see related content. Grouping settings vary based on when the case was created:
44+
45+
- **For cases created after March 15, 2023**: Items are grouped by **Group ID** and **Thread ID**
46+
- **For cases created before that date**: Items are grouped by **Family ID** and **Conversation ID**
47+
48+
You can view or change the grouping method in **Case settings** > **Review sets** by toggling **Allow grouping**. This setting affects how related items are organized within the review set and can affect review speed and clarity.
Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
After you complete initial setup, you can begin creating and managing eDiscovery cases in the Microsoft Purview portal. Each case serves as a secure workspace that brings together related investigation tasks such as searches, holds, review sets, and exports. Cases help isolate and track the details of a specific legal, compliance, or security matter.
2+
3+
Before using the investigation tools, you need to create a case. From there, you can organize, manage, and monitor case activity in the Microsoft Purview portal.
4+
5+
## Create a case
6+
7+
Creating a case gives you a dedicated environment for your investigation. You must have the correct eDiscovery permissions to perform this task.
8+
9+
To create a case:
10+
11+
1. Go to the [Microsoft Purview portal](https://purview.microsoft.com?azure-portal=true) and sign in as a user with eDiscovery permissions.
12+
1. Select **Solutions** > **eDiscovery** to go to the **Cases** page.
13+
1. Select **Create case**.
14+
1. Enter a **Case name** and optional **Case description**.
15+
1. Select **Create**.
16+
17+
:::image type="content" source="../media/create-ediscovery-case.png" alt-text="Screenshot showing case creation in Microsoft Purview eDiscovery." lightbox="../media/create-ediscovery-case.png":::
18+
19+
After the case is created, the user who created it is automatically added as a member. Members can access the case and complete tasks based on their assigned roles.
20+
21+
## View and organize existing cases
22+
23+
Once you create a case, it appears on the **Cases** dashboard. This dashboard shows all existing cases across your organization, along with details such as:
24+
25+
- Case name
26+
- Status (Active, Closed, and other states)
27+
- Type (Standard or Premium)
28+
- Created and modified timestamps
29+
- Last modified by
30+
- Optional case number and description
31+
32+
You can adjust the dashboard to meet your needs. Choose which columns to show, apply filters based on case type or status, group by properties such as last modified user, and export the full case list as a `.csv` file.
33+
34+
To prioritize a case for quick access, mark it as a favorite by selecting the star icon next to its name. The correct terminology is **marking as a favorite**, not pinning.
35+
36+
## Use Security Copilot to summarize a case (preview)
37+
38+
Security Copilot provides a summary of case activity using AI-generated natural language. This helps you review case progress without navigating every tab.
39+
40+
You can use it to:
41+
42+
- Review status updates and outstanding tasks at a glance
43+
- Prepare for case meetings or reporting
44+
- Identify priorities based on recent actions
45+
46+
Copilot summarizes key areas, including:
47+
48+
- Case information such as creation date, status, and last modified user
49+
- Data sources included in the investigation
50+
- Searches, holds, and review sets
51+
- Exports and case-related jobs
52+
- Case settings like optical character recognition (OCR) and near-duplicate detection
53+
54+
:::image type="content" source="../media/ediscovery-security-copilot-summary.png" alt-text="Screenshot showing Security Copilot being used in an eDiscovery case." lightbox="../media/ediscovery-security-copilot-summary.png":::
55+
56+
Security Copilot is available to users assigned the **eDiscovery Administrator** or **eDiscovery Manager** role. It must be enabled in your environment. Select **Summarize this case** to generate or refresh the summary in the Copilot pane.
57+
58+
## Manage case settings
59+
60+
Each case includes settings for metadata, access, and investigation behavior. To update settings, open the case and select **Case settings**. You can:
61+
62+
- Edit the name, number, or description
63+
- View the license level for the case (Standard or Premium)
64+
- Manage access for users, role groups, and guests
65+
- Configure advanced features such as OCR or analytics
66+
67+
:::image type="content" source="../media/ediscovery-case-settings.png" alt-text="Screenshot showing the case settings in an eDiscovery case." lightbox="../media/ediscovery-case-settings.png":::
68+
69+
You can also close or delete a case from this area.
70+
71+
- Closing a case turns off all holds associated with it. A 30-day delay hold applies to content that was previously held.
72+
- Reopening a case doesn't restore holds automatically. You must manually turn them back on.
73+
- Deleting a case permanently removes all associated data. This includes hold policies, searches, review sets, and exports. Deleted cases can't be recovered.
74+
75+
To close or delete a case:
76+
77+
1. Go to the **Case settings** page from an eDiscovery case.
78+
1. Select the **Case details** tab.
79+
1. Select **Actions** then choose to close or delete the case.
80+
81+
To delete a case, you must first remove all hold policies, even those that are currently turned off.
82+
83+
Use the **Create and configure a case** interactive guide to walk through case eDiscovery creation and management.
84+
85+
[:::image type="content" source="../media/guide-create-case.png" alt-text="Illustration showing the opening page to the Create and configure a case interactive guide." lightbox="../media/guide-create-case.png":::](https://mslearn.cloudguides.com/guides/Create%20and%20configure%20a%20case%20with%20Microsoft%20Purview%20eDiscovery?azure-portal=true)

0 commit comments

Comments
 (0)