Skip to content

confidence level #12915

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 28, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions exchange/exchange-ps/exchange/Export-ContentExplorerData.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ For information about the parameter sets in the Syntax section below, see [Excha
```
Export-ContentExplorerData [-TagName] <String> [-TagType] <String>
[-Aggregate]
[[-ConfidenceLevel] <String>]
[[-PageCookie] <String>]
[[-PageSize] <Int32>]
[[-SiteUrl] <String>]
Expand Down Expand Up @@ -125,6 +126,27 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### -ConfidenceLevel
The ConfidenceLevel parameter specifies the confidence level of the match for the file details to export. Valid values are:
- low
- medium
- high
```yaml
Type: String
Parameter Sets: (All)
Aliases:
Accepted values: high, medium, low
Applicable: Security & Compliance

Required: False
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```
### -PageCookie
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.
Expand Down