From bb145296a7d0f7a3e6aab82fc5aa11d4d2145450 Mon Sep 17 00:00:00 2001 From: Colin Longman Date: Wed, 5 Feb 2025 17:33:23 +0800 Subject: [PATCH 1/4] Update Set-CsCallQueue.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removing reference to callback parm’s in caution as these are now in TAC. --- teams/teams-ps/teams/Set-CsCallQueue.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/teams/teams-ps/teams/Set-CsCallQueue.md b/teams/teams-ps/teams/Set-CsCallQueue.md index 90feb9aaf2..56a130eac6 100644 --- a/teams/teams-ps/teams/Set-CsCallQueue.md +++ b/teams/teams-ps/teams/Set-CsCallQueue.md @@ -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. > 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 2/4] 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 a74ba0a5c3a94fe02f2fff8d8d12f90aa2a2bbf5 Mon Sep 17 00:00:00 2001 From: Alekhya Jupudi <89069896+alekyaj@users.noreply.github.com> Date: Wed, 19 Feb 2025 16:59:26 +0530 Subject: [PATCH 3/4] Minor edit - Note format --- exchange/exchange-ps/exchange/Set-ServerComponentState.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/exchange/exchange-ps/exchange/Set-ServerComponentState.md b/exchange/exchange-ps/exchange/Set-ServerComponentState.md index 1b887d2954..cb3e547c83 100644 --- a/exchange/exchange-ps/exchange/Set-ServerComponentState.md +++ b/exchange/exchange-ps/exchange/Set-ServerComponentState.md @@ -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 From 182b46983f19e49c37042afa9d5ac1bcf262005d Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Wed, 19 Feb 2025 09:22:31 -0800 Subject: [PATCH 4/4] 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