From b4d59bc513913f02681da1d2a13f9259e41516e3 Mon Sep 17 00:00:00 2001 From: Colin Longman Date: Fri, 7 Nov 2025 14:50:47 -0800 Subject: [PATCH 1/6] Update Remove-CsSharedCallQueueHistoryTemplate.md --- .../MicrosoftTeams/Remove-CsSharedCallQueueHistoryTemplate.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/teams/teams-ps/MicrosoftTeams/Remove-CsSharedCallQueueHistoryTemplate.md b/teams/teams-ps/MicrosoftTeams/Remove-CsSharedCallQueueHistoryTemplate.md index c12ad30521..170cd91d62 100644 --- a/teams/teams-ps/MicrosoftTeams/Remove-CsSharedCallQueueHistoryTemplate.md +++ b/teams/teams-ps/MicrosoftTeams/Remove-CsSharedCallQueueHistoryTemplate.md @@ -41,8 +41,6 @@ This example deletes the Shared Call Queue History template with the identity 5e ### -Id -> Applicable: Microsoft Teams - The Id parameter is the unique identifier assigned to the Shared Call Queue History template. ```yaml @@ -58,6 +56,7 @@ Accept wildcard characters: False ``` ### CommonParameters + This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS From 17279a8f126a41f831820f3a86c4b4ae569a42c4 Mon Sep 17 00:00:00 2001 From: Colin Longman Date: Fri, 7 Nov 2025 14:52:22 -0800 Subject: [PATCH 2/6] Update Get-CsSharedCallQueueHistoryTemplate.md --- .../MicrosoftTeams/Get-CsSharedCallQueueHistoryTemplate.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/teams/teams-ps/MicrosoftTeams/Get-CsSharedCallQueueHistoryTemplate.md b/teams/teams-ps/MicrosoftTeams/Get-CsSharedCallQueueHistoryTemplate.md index 58f403ef60..6fe1625548 100644 --- a/teams/teams-ps/MicrosoftTeams/Get-CsSharedCallQueueHistoryTemplate.md +++ b/teams/teams-ps/MicrosoftTeams/Get-CsSharedCallQueueHistoryTemplate.md @@ -19,7 +19,7 @@ Use the Get-CsSharedCallQueueHistory cmdlet to list the Shared Call Queue Histor ## SYNTAX ``` -Get-CsSharedCallQueueHistoryTemplate -Id [] +Get-CsSharedCallQueueHistoryTemplate [-Id ] [] ``` ## DESCRIPTION @@ -48,8 +48,6 @@ This example retrieves all the Shared Call Queue History Templates ### -Id -> Applicable: Microsoft Teams - The Id of the shared call queue history template. ```yaml @@ -65,6 +63,7 @@ Accept wildcard characters: False ``` ### CommonParameters + This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS From df913da9aba600b86ff3bd82d4e3e0fa13fd6fe8 Mon Sep 17 00:00:00 2001 From: Colin Longman Date: Fri, 7 Nov 2025 14:54:32 -0800 Subject: [PATCH 3/6] Update New-CsSharedCallQueueHistoryTemplate.md --- .../New-CsSharedCallQueueHistoryTemplate.md | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/teams/teams-ps/MicrosoftTeams/New-CsSharedCallQueueHistoryTemplate.md b/teams/teams-ps/MicrosoftTeams/New-CsSharedCallQueueHistoryTemplate.md index 0e25a9b3f1..81a4e8bb4b 100644 --- a/teams/teams-ps/MicrosoftTeams/New-CsSharedCallQueueHistoryTemplate.md +++ b/teams/teams-ps/MicrosoftTeams/New-CsSharedCallQueueHistoryTemplate.md @@ -14,7 +14,7 @@ title: New-CsSharedCallQueueHistoryTemplate # New-CsSharedCallQueueHistoryTemplate ## SYNOPSIS -Use the New-CsSharedCallQueueHistory cmdlet to create a Shared Call Queue History template. +Use the New-CsSharedCallQueueHistoryTemplate cmdlet to create a Shared Call Queue History template. ## SYNTAX @@ -24,7 +24,7 @@ New-CsSharedCallQueueHistoryTemplate -Name -Description ``` ## DESCRIPTION -Use the New-CsSharedCallQueueHistory cmdlet to create a Shared Call Queue History template. +Use the New-CsSharedCallQueueHistoryTemplate cmdlet to create a Shared Call Queue History template. > [!CAUTION] > This cmdlet will only work for customers that are participating in the Voice Applications private preview for this feature. General Availability for this functionality has not been determined at this time. @@ -42,9 +42,7 @@ This example creates a new Shared CallQueue History template where incoming miss ### -AnsweredAndOutboundCalls -> Applicable: Microsoft Teams - -A description for the shared call queue history template. +Who sees answered and outbound calls in the shared call queue history. PARAMVALUE: Off | AuthorizedUsersOnly | AuthorizedUsersAndAgents @@ -62,8 +60,6 @@ Accept wildcard characters: False ### -Description -> Applicable: Microsoft Teams - A description for the shared call queue history template. ```yaml @@ -80,9 +76,7 @@ Accept wildcard characters: False ### -IncomingMissedCalls -> Applicable: Microsoft Teams - -A description for the shared call queue history template. +Who sees incoming missed calls in the shared call queue history. PARAMVALUE: Off | AuthorizedUsersOnly | AuthorizedUsersAndAgents @@ -100,8 +94,6 @@ Accept wildcard characters: False ### -Name -> Applicable: Microsoft Teams - The name of the shared call queue history template. ```yaml @@ -117,6 +109,7 @@ Accept wildcard characters: False ``` ### CommonParameters + This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS From fc1a898b8f5ed34d1abc767b769849799b3fa8f9 Mon Sep 17 00:00:00 2001 From: Colin Longman Date: Fri, 7 Nov 2025 14:55:26 -0800 Subject: [PATCH 4/6] Update Set-CsSharedCallQueueHistoryTemplate.md --- .../MicrosoftTeams/Set-CsSharedCallQueueHistoryTemplate.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/teams/teams-ps/MicrosoftTeams/Set-CsSharedCallQueueHistoryTemplate.md b/teams/teams-ps/MicrosoftTeams/Set-CsSharedCallQueueHistoryTemplate.md index 55bb1a52b0..2e16544450 100644 --- a/teams/teams-ps/MicrosoftTeams/Set-CsSharedCallQueueHistoryTemplate.md +++ b/teams/teams-ps/MicrosoftTeams/Set-CsSharedCallQueueHistoryTemplate.md @@ -23,7 +23,7 @@ Set-CsSharedCallQueueHistoryTemplate -Instance [] ``` ## DESCRIPTION -Use the Set-SharedCallQueueHistory cmdlet to change a Shared Call Queue History template. +Use the Set-SharedCallQueueHistoryTemplate cmdlet to change a Shared Call Queue History template. > [!CAUTION] > This cmdlet will only work for customers that are participating in the Voice Applications private preview for this feature. General Availability for this functionality has not been determined at this time. @@ -32,7 +32,7 @@ Use the Set-SharedCallQueueHistory cmdlet to change a Shared Call Queue History ### Example 1 ``` -$SharedCQHistory = Get-CsSharedCallQueueHistory -Id 66f0dc32-d344-4bb1-b524-027d4635515c +$SharedCQHistory = Get-CsSharedCallQueueHistoryTemplate -Id 66f0dc32-d344-4bb1-b524-027d4635515c $SharedCQHisotry.AnsweredAndOutboundCalls = "AuthorizedUsersAndAgents" Set-CsSharedCallQueueHistoryTemplate -Instance $SharedCQHistory ``` @@ -43,8 +43,6 @@ This example sets the AnsweredOutboundCalls value in the Shared Call History Tem ### -Instance -> Applicable: Microsoft Teams - The instance of the shared call queue history template to change. ```yaml @@ -60,6 +58,7 @@ Accept wildcard characters: False ``` ### CommonParameters + This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS From 38d8c0a3cf705b9602d24f838fd850f887d550c3 Mon Sep 17 00:00:00 2001 From: Colin Longman Date: Fri, 7 Nov 2025 15:04:34 -0800 Subject: [PATCH 5/6] Update Set-CsSharedCallQueueHistoryTemplate.md --- .../MicrosoftTeams/Set-CsSharedCallQueueHistoryTemplate.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/teams/teams-ps/MicrosoftTeams/Set-CsSharedCallQueueHistoryTemplate.md b/teams/teams-ps/MicrosoftTeams/Set-CsSharedCallQueueHistoryTemplate.md index 2e16544450..73effa318a 100644 --- a/teams/teams-ps/MicrosoftTeams/Set-CsSharedCallQueueHistoryTemplate.md +++ b/teams/teams-ps/MicrosoftTeams/Set-CsSharedCallQueueHistoryTemplate.md @@ -25,6 +25,8 @@ Set-CsSharedCallQueueHistoryTemplate -Instance [] ## DESCRIPTION Use the Set-SharedCallQueueHistoryTemplate cmdlet to change a Shared Call Queue History template. +Change. + > [!CAUTION] > This cmdlet will only work for customers that are participating in the Voice Applications private preview for this feature. General Availability for this functionality has not been determined at this time. From 12288332507e0ebc6203ce85991c5c9fd60c0ad3 Mon Sep 17 00:00:00 2001 From: Colin Longman Date: Fri, 7 Nov 2025 15:07:59 -0800 Subject: [PATCH 6/6] Update Set-CsSharedCallQueueHistoryTemplate.md --- .../MicrosoftTeams/Set-CsSharedCallQueueHistoryTemplate.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/teams/teams-ps/MicrosoftTeams/Set-CsSharedCallQueueHistoryTemplate.md b/teams/teams-ps/MicrosoftTeams/Set-CsSharedCallQueueHistoryTemplate.md index 73effa318a..2e16544450 100644 --- a/teams/teams-ps/MicrosoftTeams/Set-CsSharedCallQueueHistoryTemplate.md +++ b/teams/teams-ps/MicrosoftTeams/Set-CsSharedCallQueueHistoryTemplate.md @@ -25,8 +25,6 @@ Set-CsSharedCallQueueHistoryTemplate -Instance [] ## DESCRIPTION Use the Set-SharedCallQueueHistoryTemplate cmdlet to change a Shared Call Queue History template. -Change. - > [!CAUTION] > This cmdlet will only work for customers that are participating in the Voice Applications private preview for this feature. General Availability for this functionality has not been determined at this time.