Skip to content

Commit 182b469

Browse files
authored
Update Export-ContentExplorerData.md with Aggregate parameter details
1 parent b86a917 commit 182b469

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

exchange/exchange-ps/exchange/Export-ContentExplorerData.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,16 +98,19 @@ Accept wildcard characters: False
9898
```
9999
100100
### -Aggregate
101+
**Note:** This parameter is currently in Private Preview, isn't available in all organizations, and is subject to change.
102+
101103
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.
102104
103105
Using this switch significantly reduces the export time. To download the items in a folder, run this cmdlet for specific folders.
104106
105-
When you use this switch with the TagName, TagType and Workload parameters, the command returns the following information:
107+
When you use this switch with the TagName, TagType, and Workload parameters, the command returns the following information:
108+
109+
- SharePoint and OneDrive: The list of SiteUlrs.
110+
- Exchange Online and Microsoft Teams: The list of UPNs.
111+
- The count of items in the folders stamped with relevant tag.
106112
107-
- list of SiteUlrs (for OneDrive and SharePoint) / list of UPNs (for Exchange Online and Teams)
108-
- The count of items in the folders stamped with relevant tag
109113
110-
**Note:** This parameter is currently in private preview
111114
112115
```yaml
113116
Type: SwitchParameter

0 commit comments

Comments
 (0)