diff --git a/exchange/exchange-ps/exchange/Export-ContentExplorerData.md b/exchange/exchange-ps/exchange/Export-ContentExplorerData.md index ca44354a41..547c01be2a 100644 --- a/exchange/exchange-ps/exchange/Export-ContentExplorerData.md +++ b/exchange/exchange-ps/exchange/Export-ContentExplorerData.md @@ -25,6 +25,7 @@ For information about the parameter sets in the Syntax section below, see [Excha ``` Export-ContentExplorerData [-TagName] [-TagType] [-Aggregate] + [[-ConfidenceLevel] ] [[-PageCookie] ] [[-PageSize] ] [[-SiteUrl] ] @@ -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.