File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed
Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff 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
3946The Id of the shared call queue history template.
4047
4148``` yaml
You can’t perform that action at this time.
0 commit comments