Skip to content

Commit 6627acd

Browse files
committed
Added IncludeUserAppContent param to Set-ComplianceSearch
1 parent 5e8e0ad commit 6627acd

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

exchange/exchange-ps/exchange/policy-and-compliance-content-search/Set-ComplianceSearch.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Set-ComplianceSearch [-Identity] <ComplianceSearchIdParameter> [-AddExchangeLoca
2424
[-AddPublicFolderLocationExclusion <String[]>] [-AddSharePointLocation <String[]>]
2525
[-AddSharePointLocationExclusion <String[]>] [-AllowNotFoundExchangeLocationsEnabled <$true | $false>]
2626
[-Confirm] [-ContentMatchQuery <String>] [-Description <String>] [-ExchangeLocation <String[]>]
27-
[-ExchangeLocationExclusion <String[]>] [-Force] [-HoldNames <String[]>] [-Language <CultureInfo>]
27+
[-ExchangeLocationExclusion <String[]>] [-Force] [-HoldNames <String[]>] [-IncludeUserAppContent <$true | $false>] [-Language <CultureInfo>]
2828
[-Name <String>] [-OneDriveLocation <String[]>] [-OneDriveLocationExclusion <String[]>]
2929
[-PublicFolderLocation <String[]>] [-PublicFolderLocationExclusion <String[]>] [-RefinerNames <String[]>]
3030
[-RemoveExchangeLocation <String[]>] [-RemoveExchangeLocationExclusion <String[]>]
@@ -416,6 +416,27 @@ Accept pipeline input: False
416416
Accept wildcard characters: False
417417
```
418418
419+
### -IncludeUserAppContent
420+
This parameter is available onlyin the cloud-based service.
421+
422+
The IncludeUserAppContent parameter specifies whether to. Valid values are:
423+
424+
- $true:
425+
426+
- $false:
427+
428+
```yaml
429+
Type: $true | $false
430+
Parameter Sets: (All)
431+
Aliases:
432+
Applicable: Office 365 Security & Compliance Center
433+
Required: False
434+
Position: Named
435+
Default value: None
436+
Accept pipeline input: False
437+
Accept wildcard characters: False
438+
```
439+
419440
### -Language
420441
The Language parameter specifies the language for the compliance search.
421442

0 commit comments

Comments
 (0)