Skip to content
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
3 changes: 2 additions & 1 deletion exchange/exchange-ps/exchange/Set-ServerComponentState.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ The first command changes the state of all server components to Inactive.

The second command changes the state to Active after the maintenance is over (required).

**Note**: By design, the Microsoft Exchange IMAP4 and Microsoft Exchange POP3 services stop if the related `ImapProxy` and `PopProxy` components are in the Inactive state. The services may need to be manually started after the related `ImapProxy` and `PopProxy` components are changed to the Active state.
> [!NOTE]
> By design, the Microsoft Exchange IMAP4 and Microsoft Exchange POP3 services stop if the related `ImapProxy` and `PopProxy` components are in the Inactive state. The services may need to be manually started after the related `ImapProxy` and `PopProxy` components are changed to the Active state.

## PARAMETERS

Expand Down
8 changes: 0 additions & 8 deletions teams/teams-ps/teams/Set-CsCallQueue.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,6 @@ Note that this cmdlet is in the Skype for Business Online PowerShell module and
> - -NoAgentRedirectPersonAudioFilePrompt
> - -NoAgentRedirectVoicemailTextToSpeechPrompt
> - -NoAgentRedirectVoicemailAudioFilePrompt
> - -IsCallbackEnabled
> - -CallbackRequestDtmf
> - -WaitTimeBeforeOfferingCallbackInSecond
> - -NumberOfCallsInQueueBeforeOfferingCallback
> - -CallToAgentRatioThresholdBeforeOfferingCallback
> - -CallbackOfferAudioFilePromptResourceId
> - -CallbackOfferTextToSpeechPrompt
> - -CallbackEmailNotificationTarget
>
> The following configuration parameters will only work for customers that are participating in the Voice Applications private preview for these features. General Availability for this functionality has not been determined at this time.
>
Expand Down