Skip to content

Commit 8128ae8

Browse files
committed
Update Export-ContentExplorerData.md
1 parent 63681f3 commit 8128ae8

File tree

1 file changed

+21
-7
lines changed

1 file changed

+21
-7
lines changed

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

Lines changed: 21 additions & 7 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,26 @@ 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+
142+
Required: False
143+
Position: 0
144+
Default value: None
145+
Accept pipeline input: False
146+
Accept wildcard characters: False
147+
```
148+
128149
### -PageCookie
129150
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.
130151
@@ -232,13 +253,6 @@ Accept pipeline input: False
232253
Accept wildcard characters: False
233254
```
234255
235-
### -ConfidenceLevel
236-
The Workload parameter specifies the confidence level of the match for the file details to export. Valid values are:
237-
238-
- low
239-
- medium
240-
- high
241-
242256
### CommonParameters
243257
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/p/?LinkID=113216).
244258

0 commit comments

Comments
 (0)