You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/policy-and-compliance-ediscovery/Get-ComplianceCase.md
+21-2Lines changed: 21 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -11,14 +11,14 @@ monikerRange: "o365scc-ps"
11
11
## SYNOPSIS
12
12
This cmdlet is available only in the Office 365 Security & Compliance Center. For more information, see Office 365 Security & Compliance Center PowerShell (https://technet.microsoft.com/library/mt587091.aspx).
13
13
14
-
Use the Get-ComplianceCase cmdlet to view eDiscovery cases in the Security & Compliance Center. You use eDiscovery cases to control who can create, access, and manage compliance searches in your organization.
14
+
Use the Get-ComplianceCase cmdlet to view eDiscovery cases and DSR (data subject request) cases in the Security & Compliance Center. You use eDiscovery cases to control who can create, access, and manage compliance searches in your organization.
15
15
16
16
For information about the parameter sets in the Syntax section below, see Exchange cmdlet syntax (https://technet.microsoft.com/library/bb123552.aspx).
@@ -43,6 +43,25 @@ This example returns detailed information for the eDiscovery case named Contoso
43
43
44
44
## PARAMETERS
45
45
46
+
### -CaseType
47
+
The CaseType parameter specifies the type of eDiscovery case that you want to view. Valid values are:
48
+
49
+
- eDiscovery: eDiscovery cases are used to manage legal or other types of investigations. In the Security & Compliance Center, eDiscovery cases are displayed under Search & investigation \> eDiscovery. This is the default value.
50
+
51
+
- DSR: Data Subject Request (DSR) cases are used to manage General Data Protection Regulation (GDPR) DSR investigations. In the Security & Compliance Center, DSR cases are displayed under Data privacy \> DSR cases.
52
+
53
+
```yaml
54
+
Type: eDiscovery | DSR
55
+
Parameter Sets: (All)
56
+
Aliases:
57
+
Applicable: Office 365 Security & Compliance Center
58
+
Required: False
59
+
Position: Named
60
+
Default value: eDiscovery
61
+
Accept pipeline input: False
62
+
Accept wildcard characters: False
63
+
```
64
+
46
65
### -DomainController
47
66
This parameter is reserved for internal Microsoft use.
0 commit comments