We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c637aa7 commit ba8ee5eCopy full SHA for ba8ee5e
skype/skype-ps/skype/Get-CsCallQueue.md
@@ -13,7 +13,13 @@ The Get-CsCallQueue cmdlet returns the identified Call Queues.
13
## SYNTAX
14
15
```
16
-Get-CsCallQueue [-Identity <Guid>] [-Tenant <Guid>] [First <Int32>] [Skip <Int32>] [ExcludeContent <Switch>] [Sort <String>] [Descending <Switch>] [NameFilter <String>] [<CommonParameters>]
+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>]
23
24
25
## DESCRIPTION
0 commit comments