Skip to content

Commit 17279a8

Browse files
authored
Update Get-CsSharedCallQueueHistoryTemplate.md
1 parent b4d59bc commit 17279a8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
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

0 commit comments

Comments
 (0)