Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion teams/teams-ps/MicrosoftTeams/New-CsAutoAttendantMenu.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down