Skip to content

Commit b1db80e

Browse files
authored
Update Get-CsSharedCallQueueHistoryTemplate.md
1 parent 0795850 commit b1db80e

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

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

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.reviewer: williamlooney
1515
## SYNTAX
1616

1717
```powershell
18-
Get-SharedCallQueueHistoryTemplate -Identity <string>
18+
Get-SharedCallQueueHistoryTemplate -Id <string>
1919
```
2020

2121
## DESCRIPTION
@@ -28,14 +28,21 @@ Use the Get-SharedCallQueueHistory cmdlet to list the Shared Call Queue History
2828

2929
### -------------------------- Example 1 --------------------------
3030
```
31-
Get-SharedCallQueueHistoryTemplate -Identity sadfafsasdfaf
31+
Get-SharedCallQueueHistoryTemplate -Id 3a4b3d9b-91d8-4fbf-bcff-6907f325842c
3232
```
3333

34-
This example creates a new Shared CallQueue History template.
34+
This example retrieves the Shared Call Queue History Template with the Id `3a4b3d9b-91d8-4fbf-bcff-6907f325842c`
35+
36+
### -------------------------- Example 2 --------------------------
37+
```
38+
Get-SharedCallQueueHistoryTemplate
39+
```
40+
41+
This example retrieves all the Shared Call Queue History Templates
3542

3643
## PARAMETERS
3744

38-
### -Identity
45+
### -Id
3946
The Id of the shared call queue history template.
4047

4148
```yaml

0 commit comments

Comments
 (0)