Skip to content

Commit ba8ee5e

Browse files
committed
fix formatting for get syntax parameters
1 parent c637aa7 commit ba8ee5e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

skype/skype-ps/skype/Get-CsCallQueue.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,13 @@ The Get-CsCallQueue cmdlet returns the identified Call Queues.
1313
## SYNTAX
1414

1515
```
16-
Get-CsCallQueue [-Identity <Guid>] [-Tenant <Guid>] [First <Int32>] [Skip <Int32>] [ExcludeContent <Switch>] [Sort <String>] [Descending <Switch>] [NameFilter <String>] [<CommonParameters>]
16+
Get-CsCallQueue [-Identity <Guid>] [-Tenant <Guid>]
17+
[First <Int32>]
18+
[Skip <Int32>]
19+
[ExcludeContent <Switch>]
20+
[Sort <String>] [Descending <Switch>]
21+
[NameFilter <String>]
22+
[<CommonParameters>]
1723
```
1824

1925
## DESCRIPTION

0 commit comments

Comments
 (0)