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 ba8ee5e commit 6e5dd6eCopy full SHA for 6e5dd6e
skype/skype-ps/skype/Get-CsCallQueue.md
@@ -13,13 +13,7 @@ The Get-CsCallQueue cmdlet returns the identified Call Queues.
13
## SYNTAX
14
15
```
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>]
+Get-CsCallQueue [-Identity <Guid>] [-Tenant <Guid>] [-First <Int32>] [-Skip <Int32>] [-ExcludeContent <Switch>] [-Sort <String>] [-Descending <Switch>] [-NameFilter <String>] [<CommonParameters>]
23
24
25
## DESCRIPTION
0 commit comments