File tree 1 file changed +11
-4
lines changed
1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ ms.reviewer: williamlooney
15
15
## SYNTAX
16
16
17
17
``` powershell
18
- Get-SharedCallQueueHistoryTemplate -Identity <string>
18
+ Get-SharedCallQueueHistoryTemplate -Id <string>
19
19
```
20
20
21
21
## DESCRIPTION
@@ -28,14 +28,21 @@ Use the Get-SharedCallQueueHistory cmdlet to list the Shared Call Queue History
28
28
29
29
### -------------------------- Example 1 --------------------------
30
30
```
31
- Get-SharedCallQueueHistoryTemplate -Identity sadfafsasdfaf
31
+ Get-SharedCallQueueHistoryTemplate -Id 3a4b3d9b-91d8-4fbf-bcff-6907f325842c
32
32
```
33
33
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
35
42
36
43
## PARAMETERS
37
44
38
- ### -Identity
45
+ ### -Id
39
46
The Id of the shared call queue history template.
40
47
41
48
``` yaml
You can’t perform that action at this time.
0 commit comments