File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed
exchange/exchange-ps/exchange/policy-and-compliance-content-search Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Set-ComplianceSearch [-Identity] <ComplianceSearchIdParameter> [-AddExchangeLoca
24
24
[-AddPublicFolderLocationExclusion <String[]>] [-AddSharePointLocation <String[]>]
25
25
[-AddSharePointLocationExclusion <String[]>] [-AllowNotFoundExchangeLocationsEnabled <$true | $false>]
26
26
[-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>]
28
28
[-Name <String>] [-OneDriveLocation <String[]>] [-OneDriveLocationExclusion <String[]>]
29
29
[-PublicFolderLocation <String[]>] [-PublicFolderLocationExclusion <String[]>] [-RefinerNames <String[]>]
30
30
[-RemoveExchangeLocation <String[]>] [-RemoveExchangeLocationExclusion <String[]>]
@@ -416,6 +416,27 @@ Accept pipeline input: False
416
416
Accept wildcard characters : False
417
417
` ` `
418
418
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
+
419
440
### -Language
420
441
The Language parameter specifies the language for the compliance search.
421
442
You can’t perform that action at this time.
0 commit comments