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