Skip to content
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