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 DistributionLists parameter lets you add all the members of the distribution lists to the Call Queue. This is a list of distribution list GUIDs. A service wide configurable maximum number of DLs per Call Queue are allowed. Only the first N (service wide configurable) agents from all distribution lists combined are considered for accepting the call. Nested DLs are supported. O365 Groups can also be used to add members to the Call Queue.
The MusicOnHoldFileContent parameter represents music to play when callers are placed on hold. This is the unique identifier of the audio file. This parameter is required if the UseDefaultMusicOnHold parameter is not specified.
112
112
113
113
```yaml
114
-
Type: System.Guid
114
+
Type: Guid
115
115
Parameter Sets: (All)
116
116
Aliases:
117
117
Applicable: Skype for Business Online
@@ -129,7 +129,7 @@ The OverflowAction parameter designates the action to take if the overflow thres
The OverflowActionTarget parameter represents the target of the overflow action. If the OverFlowAction is set to Forward, this parameter must be set to a Guid. Otherwise, this parameter is optional.
146
146
147
147
```yaml
148
-
Type: System.Guid
148
+
Type: Guid
149
149
Parameter Sets: (All)
150
150
Aliases:
151
151
Applicable: Skype for Business Online
@@ -179,7 +179,7 @@ The RoutingMethod defines how agents will be called in a Call Queue. If the rout
The TimeoutActionTarget represents the target of the timeout action. If the TimeoutAction is set to Forward, this parameter must be set to a Guid. Otherwise, this field is optional.
The UseDefaultMusicOnHold parameter indicates that this Call Queue uses the default music on hold. This parameter cannot be specified together with MusicOnHoldAudioFileId.
The WelcomeMusicAudioFileId parameter represents the audio file to play when callers are connected with the Call Queue. This is the unique identifier of the audio file.
263
263
264
264
```yaml
265
-
Type: System.Byte[]
266
-
Parameter Sets: (All)
267
-
Aliases:
268
-
Applicable: Skype for Business Online
269
-
270
-
Required: False
271
-
Position: Named
272
-
Default value: None
273
-
Accept pipeline input: False
274
-
Accept wildcard characters: False
275
-
```
276
-
277
-
### -AsJob
278
-
This parameter is reserved for Microsoft internal use only.
279
-
280
-
```yaml
281
-
Type: SwitchParameter
282
-
Parameter Sets: (All)
283
-
Aliases:
284
-
Applicable: Skype for Business Online
285
-
286
-
Required: False
287
-
Position: Named
288
-
Default value: None
289
-
Accept pipeline input: False
290
-
Accept wildcard characters: False
291
-
```
292
-
293
-
### -BypassDualWrite
294
-
This parameter is reserved for Microsoft internal use only.
295
-
296
-
```yaml
297
-
Type: System.Boolean
298
-
Parameter Sets: (All)
299
-
Aliases:
300
-
Applicable: Skype for Business Online
301
-
302
-
Required: False
303
-
Position: Named
304
-
Default value: None
305
-
Accept pipeline input: False
306
-
Accept wildcard characters: False
307
-
```
308
-
309
-
### -ClientAudience
310
-
This parameter is reserved for Microsoft internal use only.
311
-
312
-
```yaml
313
-
Type: System.String
314
-
Parameter Sets: (All)
315
-
Aliases:
316
-
Applicable: Skype for Business Online
317
-
318
-
Required: False
319
-
Position: Named
320
-
Default value: None
321
-
Accept pipeline input: False
322
-
Accept wildcard characters: False
323
-
```
324
-
325
-
### -DomainController
326
-
This parameter is reserved for Microsoft internal use only.
327
-
328
-
PARAMVALUE: Fqdn
329
-
330
-
```yaml
331
-
Type: Object
332
-
Parameter Sets: (All)
333
-
Aliases: DC
334
-
Applicable: Skype for Business Online
335
-
336
-
Required: False
337
-
Position: Named
338
-
Default value: None
339
-
Accept pipeline input: False
340
-
Accept wildcard characters: False
341
-
```
342
-
343
-
### -Force
344
-
This parameter is reserved for Microsoft internal use only.
345
-
346
-
```yaml
347
-
Type: SwitchParameter
348
-
Parameter Sets: (All)
349
-
Aliases:
350
-
Applicable: Skype for Business Online
351
-
352
-
Required: False
353
-
Position: Named
354
-
Default value: None
355
-
Accept pipeline input: False
356
-
Accept wildcard characters: False
357
-
```
358
-
359
-
### -Ring
360
-
This parameter is reserved for Microsoft internal use only.
0 commit comments