Skip to content

Commit 530d720

Browse files
committed
added callqueue cmdlet docs
1 parent c2e117a commit 530d720

File tree

4 files changed

+1089
-0
lines changed

4 files changed

+1089
-0
lines changed
Lines changed: 127 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,127 @@
1+
---
2+
external help file: Get-CsCallQueue.xml
3+
applicable: Skype for Business Online
4+
title: Get-CsCallQueue
5+
schema: 2.0.0
6+
---
7+
8+
# Get-CsCallQueue
9+
10+
## SYNOPSIS
11+
The Get-CsCallQueue cmdlet returns the identified call queues.
12+
13+
## SYNTAX
14+
15+
```
16+
Get-CsCallQueue [-BypassDualWrite <Object>] [-DomainController <Object>] [-Force] [-Identity <Object>]
17+
[-Tenant <Object>] [-AsJob] [<CommonParameters>]
18+
```
19+
20+
## DESCRIPTION
21+
The Get-CsCallQueue cmdlet lets you retrieve information about the call queues in your organization. Call queue output contains statistical data on the number of active calls that are in the queue.
22+
23+
If called without parameters, Get-CsCallQueue returns a collection of all call queues configured to be used in your organization.
24+
25+
The Get-CsCallQueue cmdlet may suggest additional steps required to complete the call queue setup.
26+
27+
## EXAMPLES
28+
29+
### -------------------------- Example 1 --------------------------
30+
```
31+
Get-CsCallQueue
32+
```
33+
34+
This example gets all call queues in the organization.
35+
36+
### -------------------------- Example 2 --------------------------
37+
```
38+
Get-CsCallQueue -Identity 5e3a575e-1faa-49ff-83c2-5cf1c36c0e01
39+
```
40+
41+
This example gets the call queue with the identity 5e3a575e-1faa-49ff-83c2-5cf1c36c0e01. If no call queue exists with the identity 5e3a575e-1faa-49ff-83c2-5cf1c36c0e01, then this example generates an error.
42+
43+
44+
## PARAMETERS
45+
46+
### -DomainController
47+
PARAMVALUE: Fqdn
48+
49+
```yaml
50+
Type: Object
51+
Parameter Sets: (All)
52+
Aliases: DC
53+
Applicable: Skype for Business Online
54+
55+
Required: False
56+
Position: Named
57+
Default value: None
58+
Accept pipeline input: False
59+
Accept wildcard characters: False
60+
```
61+
62+
### -Force
63+
PARAMVALUE: SwitchParameter
64+
65+
```yaml
66+
Type: SwitchParameter
67+
Parameter Sets: (All)
68+
Aliases:
69+
Applicable: Skype for Business Online
70+
71+
Required: False
72+
Position: Named
73+
Default value: None
74+
Accept pipeline input: False
75+
Accept wildcard characters: False
76+
```
77+
78+
### -Identity
79+
PARAMVALUE: Guid
80+
81+
```yaml
82+
Type: Object
83+
Parameter Sets: (All)
84+
Aliases:
85+
Applicable: Skype for Business Online
86+
87+
Required: False
88+
Position: Named
89+
Default value: None
90+
Accept pipeline input: False
91+
Accept wildcard characters: False
92+
```
93+
94+
### -Tenant
95+
PARAMVALUE: Guid
96+
97+
```yaml
98+
Type: Object
99+
Parameter Sets: (All)
100+
Aliases:
101+
Applicable: Skype for Business Online
102+
103+
Required: False
104+
Position: Named
105+
Default value: None
106+
Accept pipeline input: False
107+
Accept wildcard characters: False
108+
```
109+
110+
### CommonParameters
111+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
112+
113+
## INPUTS
114+
115+
### Identity
116+
Represents the unique identifier of a call queue.
117+
118+
119+
## OUTPUTS
120+
121+
### Microsoft.Rtc.Management.Hosted.CallQueue
122+
123+
124+
## NOTES
125+
126+
127+
## RELATED LINKS

0 commit comments

Comments
 (0)