Skip to content

Commit fc1a898

Browse files
authored
Update Set-CsSharedCallQueueHistoryTemplate.md
1 parent df913da commit fc1a898

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

teams/teams-ps/MicrosoftTeams/Set-CsSharedCallQueueHistoryTemplate.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Set-CsSharedCallQueueHistoryTemplate -Instance <instance> [<CommonParameters>]
2323
```
2424

2525
## DESCRIPTION
26-
Use the Set-SharedCallQueueHistory cmdlet to change a Shared Call Queue History template.
26+
Use the Set-SharedCallQueueHistoryTemplate cmdlet to change a Shared Call Queue History template.
2727

2828
> [!CAUTION]
2929
> 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
3232

3333
### Example 1
3434
```
35-
$SharedCQHistory = Get-CsSharedCallQueueHistory -Id 66f0dc32-d344-4bb1-b524-027d4635515c
35+
$SharedCQHistory = Get-CsSharedCallQueueHistoryTemplate -Id 66f0dc32-d344-4bb1-b524-027d4635515c
3636
$SharedCQHisotry.AnsweredAndOutboundCalls = "AuthorizedUsersAndAgents"
3737
Set-CsSharedCallQueueHistoryTemplate -Instance $SharedCQHistory
3838
```
@@ -43,8 +43,6 @@ This example sets the AnsweredOutboundCalls value in the Shared Call History Tem
4343

4444
### -Instance
4545

46-
> Applicable: Microsoft Teams
47-
4846
The instance of the shared call queue history template to change.
4947

5048
```yaml
@@ -60,6 +58,7 @@ Accept wildcard characters: False
6058
```
6159
6260
### CommonParameters
61+
6362
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).
6463
6564
## INPUTS

0 commit comments

Comments
 (0)