Skip to content

Commit cc5731d

Browse files
Merge pull request #13241 from MicrosoftDocs/main
[AutoPublish] main to live - 11/10 22:39 PST | 11/11 12:09 IST
2 parents 4e9108c + 4ee6409 commit cc5731d

File tree

4 files changed

+11
-21
lines changed

4 files changed

+11
-21
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Use the Get-CsSharedCallQueueHistory cmdlet to list the Shared Call Queue Histor
1919
## SYNTAX
2020

2121
```
22-
Get-CsSharedCallQueueHistoryTemplate -Id <string> [<CommonParameters>]
22+
Get-CsSharedCallQueueHistoryTemplate [-Id <string>] [<CommonParameters>]
2323
```
2424

2525
## DESCRIPTION
@@ -48,8 +48,6 @@ This example retrieves all the Shared Call Queue History Templates
4848

4949
### -Id
5050

51-
> Applicable: Microsoft Teams
52-
5351
The Id of the shared call queue history template.
5452

5553
```yaml
@@ -65,6 +63,7 @@ Accept wildcard characters: False
6563
```
6664
6765
### CommonParameters
66+
6867
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).
6968
7069
## INPUTS

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

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ title: New-CsSharedCallQueueHistoryTemplate
1414
# New-CsSharedCallQueueHistoryTemplate
1515

1616
## SYNOPSIS
17-
Use the New-CsSharedCallQueueHistory cmdlet to create a Shared Call Queue History template.
17+
Use the New-CsSharedCallQueueHistoryTemplate cmdlet to create a Shared Call Queue History template.
1818

1919
## SYNTAX
2020

@@ -24,7 +24,7 @@ New-CsSharedCallQueueHistoryTemplate -Name <String> -Description <String>
2424
```
2525

2626
## DESCRIPTION
27-
Use the New-CsSharedCallQueueHistory cmdlet to create a Shared Call Queue History template.
27+
Use the New-CsSharedCallQueueHistoryTemplate cmdlet to create a Shared Call Queue History template.
2828

2929
> [!CAUTION]
3030
> 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
4242

4343
### -AnsweredAndOutboundCalls
4444

45-
> Applicable: Microsoft Teams
46-
47-
A description for the shared call queue history template.
45+
Who sees answered and outbound calls in the shared call queue history.
4846

4947
PARAMVALUE: Off | AuthorizedUsersOnly | AuthorizedUsersAndAgents
5048

@@ -62,8 +60,6 @@ Accept wildcard characters: False
6260
6361
### -Description
6462
65-
> Applicable: Microsoft Teams
66-
6763
A description for the shared call queue history template.
6864
6965
```yaml
@@ -80,9 +76,7 @@ Accept wildcard characters: False
8076
8177
### -IncomingMissedCalls
8278
83-
> Applicable: Microsoft Teams
84-
85-
A description for the shared call queue history template.
79+
Who sees incoming missed calls in the shared call queue history.
8680
8781
PARAMVALUE: Off | AuthorizedUsersOnly | AuthorizedUsersAndAgents
8882
@@ -100,8 +94,6 @@ Accept wildcard characters: False
10094
10195
### -Name
10296
103-
> Applicable: Microsoft Teams
104-
10597
The name of the shared call queue history template.
10698
10799
```yaml
@@ -117,6 +109,7 @@ Accept wildcard characters: False
117109
```
118110
119111
### CommonParameters
112+
120113
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).
121114
122115
## INPUTS

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ This example deletes the Shared Call Queue History template with the identity 5e
4141

4242
### -Id
4343

44-
> Applicable: Microsoft Teams
45-
4644
The Id parameter is the unique identifier assigned to the Shared Call Queue History template.
4745

4846
```yaml
@@ -58,6 +56,7 @@ Accept wildcard characters: False
5856
```
5957
6058
### CommonParameters
59+
6160
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).
6261
6362
## INPUTS

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)