You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
23
## EXAMPLES
28
24
29
25
### -------------------------- Example 1 --------------------------
The ExcludeContent parameter only displays the Name and Id of the Call Queues
140
+
141
+
```yaml
142
+
Type: SwitchParameter
143
+
Parameter Sets: (All)
144
+
Aliases:
145
+
Applicable: Skype for Business Online
146
+
147
+
Required: False
148
+
Position: Named
149
+
Default value: None
150
+
Accept pipeline input: False
151
+
Accept wildcard characters: False
152
+
```
153
+
154
+
### -Sort
155
+
The Sort parameter specifies the property used to sort.
156
+
157
+
```yaml
158
+
Type: System.String
159
+
Parameter Sets: (All)
160
+
Aliases:
161
+
Applicable: Skype for Business Online
162
+
163
+
Required: True
164
+
Position: Named
165
+
Default value: Name
166
+
Accept pipeline input: False
167
+
Accept wildcard characters: False
168
+
```
169
+
170
+
### -Descending
171
+
The Descending parameter sorts Call Queues in descending order
172
+
173
+
```yaml
174
+
Type: SwitchParameter
175
+
Parameter Sets: (All)
176
+
Aliases:
177
+
Applicable: Skype for Business Online
178
+
179
+
Required: False
180
+
Position: Named
181
+
Default value: None
182
+
Accept pipeline input: False
183
+
Accept wildcard characters: False
184
+
```
185
+
186
+
### -NameFilter
187
+
The NameFilter parameter returns Call Queues where name contains specified string
188
+
189
+
```yaml
190
+
Type: System.String
191
+
Parameter Sets: (All)
192
+
Aliases:
193
+
Applicable: Skype for Business Online
194
+
195
+
Required: True
196
+
Position: Named
197
+
Default value: None
198
+
Accept pipeline input: False
199
+
Accept wildcard characters: False
200
+
```
201
+
110
202
### CommonParameters
111
203
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).
This example creates a Call Queue for the organization named "Help Desk" in the domain "litwareinc.com" using existing music on hold and welcome music files and other configurable parameters.
41
+
This example creates a Call Queue for the organization named "Help Desk" and uses default music on hold files
The Remove-CsCallQueue cmdlet deletes an existing Call Queue specified by the Identity parameter.
21
+
The Remove-CsCallQueue cmdlet deletes an existing Call Queue specified by the Identity parameter. The removal will fail if there are any ApplicationInstances still associated with the Call Queue.
0 commit comments