Skip to content

Commit 5fb0ea7

Browse files
authored
Merge pull request MicrosoftDocs#955 from markjjo/master
fixed typo for ExcludeFromOrgHolds parameter name
2 parents 78d2a8a + 8af9a07 commit 5fb0ea7

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

exchange/exchange-ps/exchange/mailboxes/Set-Mailbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1663,7 +1663,7 @@ Accept wildcard characters: False
16631663
### -ExcludeFromOrgHolds
16641664
This parameter is available only in Exchange Online.
16651665

1666-
The ExcludeFromHolds parameter excludes the mailbox from one or more organization-wide Office 365 retention policies. This parameter can only be used for inactive mailboxes. A valid value for this parameter is the GUID of the organization-wide Office 365 retention policy that the inactive mailbox is excluded from. To find the GUID values of organization-wide Office 365 retention policies, run the command Get-OrganizationConfig | Format-List InplaceHolds. Note that retention policies assigned to mailboxes are prefaced by 'mbx'.
1666+
The ExcludeFromOrgHolds parameter excludes the mailbox from one or more organization-wide Office 365 retention policies. This parameter can only be used for inactive mailboxes. A valid value for this parameter is the GUID of the organization-wide Office 365 retention policy that the inactive mailbox is excluded from. To find the GUID values of organization-wide Office 365 retention policies, run the command Get-OrganizationConfig | Format-List InplaceHolds. Note that retention policies assigned to mailboxes are prefaced by 'mbx'.
16671667

16681668
You can specify multiple values for this parameter by using the syntax “GUID1”,”GUID2”,…”GUIDX”.
16691669

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)