Skip to content

Commit 6c67f7b

Browse files
committed
added allowoptout + routing method parameters, added descriptions for timeoutthreshold to describe units in seconds, added descrption in distribution lists to describe adding members using O365 Groups
1 parent c2e117a commit 6c67f7b

File tree

2 files changed

+75
-1
lines changed

2 files changed

+75
-1
lines changed

skype/skype-ps/skype/New-CsHuntGroup.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,8 @@ Accept wildcard characters: False
139139
```
140140
141141
### -DistributionLists
142+
The DistributionLists parameter lets you add all the members of the distribution lists to the hunt group. This is a list of distribution list GUID. A service wide configurable maximum number of DLs per HuntGroup are allowed. Only the first N (service wide configurable) agents from all distribution lists combined are considered for accepting the call. Nested DLs are not supported. If a DL has nested DLs, the parent DL is ignored. O365 Groups can also be used to add members to the hunt group.
143+
142144
PARAMVALUE: List
143145
144146
```yaml
@@ -363,6 +365,9 @@ Accept wildcard characters: False
363365
```
364366
365367
### -TimeoutThreshold
368+
The TimeoutThreshold parameter defines the time (in seconds) that a call can be in the queue before that call times out. At that point, the system will take the action specified by the TimeoutAction parameter.
369+
The TimeoutAction can be any integer value between 0 and 2700 seconds, inclusive; the default value is 1200 seconds.
370+
366371
PARAMVALUE: Int16
367372
368373
```yaml
@@ -426,6 +431,38 @@ Accept pipeline input: False
426431
Accept wildcard characters: False
427432
```
428433
434+
### -AllowOptOut
435+
PARAMVALUE: $true | $false
436+
437+
```yaml
438+
Type: Object
439+
Parameter Sets: (All)
440+
Aliases:
441+
Applicable: Skype for Business Online
442+
443+
Required: False
444+
Position: Named
445+
Default value: $true
446+
Accept pipeline input: False
447+
Accept wildcard characters: False
448+
```
449+
450+
### -RoutingMethod
451+
PARAMVALUE: Serial | Attendant
452+
453+
```yaml
454+
Type: Object
455+
Parameter Sets: (All)
456+
Aliases:
457+
Applicable: Skype for Business Online
458+
459+
Required: False
460+
Position: Named
461+
Default value: Attendant
462+
Accept pipeline input: False
463+
Accept wildcard characters: False
464+
```
465+
429466
### -AsJob
430467
PARAMVALUE: SwitchParameter
431468

skype/skype-ps/skype/Set-CsHuntGroup.md

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ Accept wildcard characters: False
133133
```
134134
135135
### -DistributionLists
136+
The DistributionLists parameter lets you add all the members of the distribution lists to the hunt group. This is a list of distribution list GUID. A service wide configurable maximum number of DLs per HuntGroup are allowed. Only the first N (service wide configurable) agents from all distribution lists combined are considered for accepting the call. Nested DLs are not supported. If a DL has nested DLs, the parent DL is ignored. O365 Groups can also be used to add members to the hunt group.
137+
136138
PARAMVALUE: List
137139
138140
```yaml
@@ -358,6 +360,9 @@ Accept wildcard characters: False
358360
```
359361
360362
### -TimeoutThreshold
363+
The TimeoutThreshold parameter defines the time (in seconds) that a call can be in the queue before that call times out. At that point, the system will take the action specified by the TimeoutAction parameter.
364+
The TimeoutAction can be any integer value between 0 and 2700 seconds, inclusive; the default value is 1200 seconds.
365+
361366
PARAMVALUE: Int16
362367
363368
```yaml
@@ -368,7 +373,7 @@ Applicable: Skype for Business Online
368373

369374
Required: False
370375
Position: Named
371-
Default value: None
376+
Default value: 1200
372377
Accept pipeline input: False
373378
Accept wildcard characters: False
374379
```
@@ -437,6 +442,38 @@ Accept pipeline input: False
437442
Accept wildcard characters: False
438443
```
439444
445+
### -AllowOptOut
446+
PARAMVALUE: $true | $false
447+
448+
```yaml
449+
Type: Object
450+
Parameter Sets: (All)
451+
Aliases:
452+
Applicable: Skype for Business Online
453+
454+
Required: False
455+
Position: Named
456+
Default value: $true
457+
Accept pipeline input: False
458+
Accept wildcard characters: False
459+
```
460+
461+
### -RoutingMethod
462+
PARAMVALUE: Serial | Attendant
463+
464+
```yaml
465+
Type: Object
466+
Parameter Sets: (All)
467+
Aliases:
468+
Applicable: Skype for Business Online
469+
470+
Required: False
471+
Position: Named
472+
Default value: Attendant
473+
Accept pipeline input: False
474+
Accept wildcard characters: False
475+
```
476+
440477
### -AsJob
441478
PARAMVALUE: SwitchParameter
442479

0 commit comments

Comments
 (0)