Skip to content

Commit 6e5dd6e

Browse files
committed
fixed syntax parameters for get
1 parent ba8ee5e commit 6e5dd6e

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

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

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

1515
```
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>]
16+
Get-CsCallQueue [-Identity <Guid>] [-Tenant <Guid>] [-First <Int32>] [-Skip <Int32>] [-ExcludeContent <Switch>] [-Sort <String>] [-Descending <Switch>] [-NameFilter <String>] [<CommonParameters>]
2317
```
2418

2519
## DESCRIPTION

0 commit comments

Comments
 (0)