Skip to content

Commit c8dceb8

Browse files
authored
Merge pull request MicrosoftDocs#12531 from mayanksahu11/patch-6
updating information about aggregate parameter in the cmdlet (content explorer export)
2 parents 7230509 + 182b469 commit c8dceb8

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,15 +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.
112+
106113
107-
- SiteUlrs: OneDrive and SharePoint.
108-
- UPNs: Exchange Online and Teams.
109-
- The count of items stamped with that tag.
110114
111115
```yaml
112116
Type: SwitchParameter

0 commit comments

Comments
 (0)