Skip to content

Commit 8af9a07

Browse files
committed
added new CaseType parameter
1 parent 9cfccde commit 8af9a07

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

exchange/exchange-ps/exchange/policy-and-compliance-ediscovery/Get-ComplianceCase.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ monikerRange: "o365scc-ps"
1111
## SYNOPSIS
1212
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).
1313

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.
1515

1616
For information about the parameter sets in the Syntax section below, see Exchange cmdlet syntax (https://technet.microsoft.com/library/bb123552.aspx).
1717

1818
## SYNTAX
1919

2020
```
21-
Get-ComplianceCase [[-Identity] <ComplianceCaseIdParameter>] [-DomainController <Fqdn>] [-RoleGroup <String>]
21+
Get-ComplianceCase [-Identity] <ComplianceCaseIdParameter>] [-CaseType <eDiscovery | DSR>] [-DomainController <Fqdn>] [-RoleGroup <String>]
2222
[<CommonParameters>]
2323
```
2424

@@ -43,6 +43,25 @@ This example returns detailed information for the eDiscovery case named Contoso
4343

4444
## PARAMETERS
4545

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+
4665
### -DomainController
4766
This parameter is reserved for internal Microsoft use.
4867

0 commit comments

Comments
 (0)