From 5bd72f550a3e5a574c5fa53f9de51eb6a79804f0 Mon Sep 17 00:00:00 2001 From: mayanksahu11 <168190827+mayanksahu11@users.noreply.github.com> Date: Wed, 19 Feb 2025 09:44:53 +0530 Subject: [PATCH 1/2] Update Export-ContentExplorerData.md --- .../exchange-ps/exchange/Export-ContentExplorerData.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/exchange/exchange-ps/exchange/Export-ContentExplorerData.md b/exchange/exchange-ps/exchange/Export-ContentExplorerData.md index 244f61592d..4a1acc0dba 100644 --- a/exchange/exchange-ps/exchange/Export-ContentExplorerData.md +++ b/exchange/exchange-ps/exchange/Export-ContentExplorerData.md @@ -104,9 +104,10 @@ Using this switch significantly reduces the export time. To download the items i When you use this switch with the TagName, TagType and Workload parameters, the command returns the following information: -- SiteUlrs: OneDrive and SharePoint. -- UPNs: Exchange Online and Teams. -- The count of items stamped with that tag. +- list of SiteUlrs (for OneDrive and SharePoint) / list of UPNs (for Exchange Online and Teams) +- The count of items in the folders stamped with relevant tag + +**Note:** This parameter is currently in private preview ```yaml Type: SwitchParameter From 182b46983f19e49c37042afa9d5ac1bcf262005d Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Wed, 19 Feb 2025 09:22:31 -0800 Subject: [PATCH 2/2] Update Export-ContentExplorerData.md with Aggregate parameter details --- .../exchange/Export-ContentExplorerData.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/exchange/exchange-ps/exchange/Export-ContentExplorerData.md b/exchange/exchange-ps/exchange/Export-ContentExplorerData.md index 4a1acc0dba..cff39ce40e 100644 --- a/exchange/exchange-ps/exchange/Export-ContentExplorerData.md +++ b/exchange/exchange-ps/exchange/Export-ContentExplorerData.md @@ -98,16 +98,19 @@ Accept wildcard characters: False ``` ### -Aggregate +**Note:** This parameter is currently in Private Preview, isn't available in all organizations, and is subject to change. + The Aggregate parameter switch returns the folder level aggregated numbers instead of returning details at the item level. You don't need to specify a value with this switch. Using this switch significantly reduces the export time. To download the items in a folder, run this cmdlet for specific folders. -When you use this switch with the TagName, TagType and Workload parameters, the command returns the following information: +When you use this switch with the TagName, TagType, and Workload parameters, the command returns the following information: + +- SharePoint and OneDrive: The list of SiteUlrs. +- Exchange Online and Microsoft Teams: The list of UPNs. +- The count of items in the folders stamped with relevant tag. -- list of SiteUlrs (for OneDrive and SharePoint) / list of UPNs (for Exchange Online and Teams) -- The count of items in the folders stamped with relevant tag -**Note:** This parameter is currently in private preview ```yaml Type: SwitchParameter