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 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 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 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