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
12 changes: 8 additions & 4 deletions exchange/exchange-ps/exchange/Export-ContentExplorerData.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,15 +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.


- SiteUlrs: OneDrive and SharePoint.
- UPNs: Exchange Online and Teams.
- The count of items stamped with that tag.

```yaml
Type: SwitchParameter
Expand Down