From 63681f3b63f982782fe1009675f908682980cae5 Mon Sep 17 00:00:00 2001 From: mayanksahu11 <168190827+mayanksahu11@users.noreply.github.com> Date: Mon, 28 Jul 2025 15:30:57 +0530 Subject: [PATCH 1/3] confidence level --- .../exchange-ps/exchange/Export-ContentExplorerData.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/exchange/exchange-ps/exchange/Export-ContentExplorerData.md b/exchange/exchange-ps/exchange/Export-ContentExplorerData.md index ca44354a41..846c3134f0 100644 --- a/exchange/exchange-ps/exchange/Export-ContentExplorerData.md +++ b/exchange/exchange-ps/exchange/Export-ContentExplorerData.md @@ -232,6 +232,13 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ConfidenceLevel +The Workload parameter specifies the confidence level of the match for the file details to export. Valid values are: + +- low +- medium +- high + ### CommonParameters 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). From 8128ae80af968af4aafc22b0b5b02e6e861bd3b6 Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Mon, 28 Jul 2025 08:41:23 -0700 Subject: [PATCH 2/3] Update Export-ContentExplorerData.md --- .../exchange/Export-ContentExplorerData.md | 28 ++++++++++++++----- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/exchange/exchange-ps/exchange/Export-ContentExplorerData.md b/exchange/exchange-ps/exchange/Export-ContentExplorerData.md index 846c3134f0..f9dac89bfa 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,26 @@ 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 + +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. @@ -232,13 +253,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ConfidenceLevel -The Workload parameter specifies the confidence level of the match for the file details to export. Valid values are: - -- low -- medium -- high - ### CommonParameters 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). From 068796c8edb5952176ac1ac3538273798552ba90 Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Mon, 28 Jul 2025 08:43:22 -0700 Subject: [PATCH 3/3] Update Export-ContentExplorerData.md --- exchange/exchange-ps/exchange/Export-ContentExplorerData.md | 1 + 1 file changed, 1 insertion(+) diff --git a/exchange/exchange-ps/exchange/Export-ContentExplorerData.md b/exchange/exchange-ps/exchange/Export-ContentExplorerData.md index f9dac89bfa..547c01be2a 100644 --- a/exchange/exchange-ps/exchange/Export-ContentExplorerData.md +++ b/exchange/exchange-ps/exchange/Export-ContentExplorerData.md @@ -138,6 +138,7 @@ Type: String Parameter Sets: (All) Aliases: Accepted values: high, medium, low +Applicable: Security & Compliance Required: False Position: 0