Skip to content

Commit 88818e4

Browse files
authored
Merge pull request #12915 from mayanksahu11/patch-9
confidence level
2 parents 38c772f + 068796c commit 88818e4

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

exchange/exchange-ps/exchange/Export-ContentExplorerData.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ For information about the parameter sets in the Syntax section below, see [Excha
2525
```
2626
Export-ContentExplorerData [-TagName] <String> [-TagType] <String>
2727
[-Aggregate]
28+
[[-ConfidenceLevel] <String>]
2829
[[-PageCookie] <String>]
2930
[[-PageSize] <Int32>]
3031
[[-SiteUrl] <String>]
@@ -125,6 +126,27 @@ Accept pipeline input: False
125126
Accept wildcard characters: False
126127
```
127128
129+
### -ConfidenceLevel
130+
The ConfidenceLevel parameter specifies the confidence level of the match for the file details to export. Valid values are:
131+
132+
- low
133+
- medium
134+
- high
135+
136+
```yaml
137+
Type: String
138+
Parameter Sets: (All)
139+
Aliases:
140+
Accepted values: high, medium, low
141+
Applicable: Security & Compliance
142+
143+
Required: False
144+
Position: 0
145+
Default value: None
146+
Accept pipeline input: False
147+
Accept wildcard characters: False
148+
```
149+
128150
### -PageCookie
129151
The PageCookie parameter specifies whether to get more data when the value of the MorePagesAvailable property in the command output is True. If you don't use the PageSize parameter, a maximum of 100 records are returned. If you use the PageSize parameter, a maximum of 10000 records can be returned.
130152

0 commit comments

Comments
 (0)