From d1bdaae9e5a9f087f710834c2046ffba4b596b68 Mon Sep 17 00:00:00 2001 From: Colin Longman Date: Thu, 23 Oct 2025 11:07:17 -0700 Subject: [PATCH 1/2] Update New-CsAutoAttendantMenu.md Removing placeholder content --- teams/teams-ps/MicrosoftTeams/New-CsAutoAttendantMenu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teams/teams-ps/MicrosoftTeams/New-CsAutoAttendantMenu.md b/teams/teams-ps/MicrosoftTeams/New-CsAutoAttendantMenu.md index e8c09ee707..c5390f086b 100644 --- a/teams/teams-ps/MicrosoftTeams/New-CsAutoAttendantMenu.md +++ b/teams/teams-ps/MicrosoftTeams/New-CsAutoAttendantMenu.md @@ -154,7 +154,7 @@ Accept wildcard characters: False > Applicable: Microsoft Teams -{{ Fill Tenant Description }} +This parameter is reserved for Microsoft internal use only. ```yaml Type: System.Guid From 16ae41ce91dc90375f712289fa46f20dcb361c3a Mon Sep 17 00:00:00 2001 From: Colin Longman Date: Tue, 28 Oct 2025 12:58:03 -0700 Subject: [PATCH 2/2] Update New-CsSharedCallQueueHistoryTemplate.md --- .../MicrosoftTeams/New-CsSharedCallQueueHistoryTemplate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teams/teams-ps/MicrosoftTeams/New-CsSharedCallQueueHistoryTemplate.md b/teams/teams-ps/MicrosoftTeams/New-CsSharedCallQueueHistoryTemplate.md index b4fec57d17..0e25a9b3f1 100644 --- a/teams/teams-ps/MicrosoftTeams/New-CsSharedCallQueueHistoryTemplate.md +++ b/teams/teams-ps/MicrosoftTeams/New-CsSharedCallQueueHistoryTemplate.md @@ -33,7 +33,7 @@ Use the New-CsSharedCallQueueHistory cmdlet to create a Shared Call Queue Histor ### Example 1 ``` -New-CsSharedCallQueueHistoryTemplate -Name "Customer Service" -Description "Missed:All Answered:Auth" -IncomingMissedCall XXXXXX -AnsweredAndOutboundCalls XXXXX +New-CsSharedCallQueueHistoryTemplate -Name "Customer Service" -Description "Missed:All Answered:Auth" -IncomingMissedCall AuthorizedUsersAndAgents -AnsweredAndOutboundCalls AuthorizedUsersOnly ``` This example creates a new Shared CallQueue History template where incoming missed calls are shown to authorized users and agents and, answered and outbound calls are shown to authorized users only.