Skip to content

Commit da83254

Browse files
committed
resolved feedback
1 parent 660087d commit da83254

File tree

4 files changed

+62
-68
lines changed

4 files changed

+62
-68
lines changed

skype/skype-ps/skype/Get-CsHuntGroup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The Get-CsHuntGroup cmdlet returns the identified call queues.
1313
## SYNTAX
1414

1515
```
16-
Get-CsHuntGroup [-PrimaryUri <Object>] [<CommonParameters>]
16+
Get-CsHuntGroup [-PrimaryUri <System.Uri>] [<CommonParameters>]
1717
```
1818

1919
## DESCRIPTION
@@ -40,7 +40,7 @@ Get-CsHuntGroup -PrimaryUri "sip:hg_a82e2406b9b5474a9878e9659f32dbc3@litwareinc.
4040
This example gets the call queue with the primary uri "sip:hg_a82e2406b9b5474a9878e9659f32dbc3@litwareinc.com". If no call queue exists with the primary uri "sip:hg_a82e2406b9b5474a9878e9659f32dbc3@litwareinc.com", then this example generates an error.
4141

4242

43-
## OPTIONAL PARAMETERS
43+
## PARAMETERS
4444

4545
### -PrimaryUri
4646
The PrimaryUri parameter represents the SIP address for the call queue. It must start with "sip:".
@@ -147,7 +147,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
147147
148148
## OUTPUTS
149149
150-
### Microsoft.Rtc.Management.Hosted.HuntGroup.GetCsHuntGroupCmdlet
150+
### Microsoft.Rtc.Management.Hosted.HuntGroup.Models.HuntGroup
151151
152152
## NOTES
153153

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

Lines changed: 26 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@ Creates new Call Queue in your Skype for Business Online organization. Call Queu
1313
## SYNTAX
1414

1515
```
16-
New-CsHuntGroup -Domain <Object> -Name <Object> [-AgentAlertTime <Object>] [-DistributionLists <Object>]
17-
[-LineUri <Object>] [-MusicOnHoldFileContent <Object>] [-MusicOnHoldFileName <Object>] [-OverflowAction <Object>]
18-
[-OverflowActionTarget <Object>] [-OverflowThreshold <Object>] [-TimeoutAction <Object>]
19-
[-TimeoutActionTarget <Object>] [-TimeoutThreshold <Object>] [-UseDefaultMusicOnHold <Object>]
20-
[-WelcomeMusicFileContent <Object>] [-WelcomeMusicFileName <Object>] [<CommonParameters>]
16+
New-CsHuntGroup -Domain <System.String> -Name <System.String> [-AgentAlertTime <Int16>] [-AllowOptOut <System.Boolean>] [-DistributionLists <System.Collections>]
17+
[-LineUri <System.Uri>] [-MusicOnHoldFileContent <System.Byte[]>] [-MusicOnHoldFileName <System.String>] [-OverflowAction <Microsoft.Rtc.Management.Hosted.HuntGroup.Models.OverflowAction>]
18+
[-OverflowActionTarget <System.Uri>] [-OverflowThreshold <Int16>] [-RoutingMethod <Microsoft.Rtc.Management.Hosted.HuntGroup.Models.RoutingMethod>] [-TimeoutAction <Microsoft.Rtc.Management.Hosted.HuntGroup.Models.TimeoutAction>] [-TimeoutActionTarget <System.Uri>] [-TimeoutThreshold <Int16>] [-UseDefaultMusicOnHold <System.Boolean>]
19+
[-WelcomeMusicFileContent <System.Byte[]>] [-WelcomeMusicFileName <System.String>] [<CommonParameters>]
2120
```
2221

2322
## DESCRIPTION
@@ -51,10 +50,10 @@ New-CsHuntGroup -Name "Help desk" -Domain "litwareinc.com" -LineUri "tel:+199988
5150
This example saves the contents of music on hold and welcome music files in temporary variables. Then, it creates a call queue for the organization named "Help Desk" in the domain "litwareinc.com" using those contents and other configurable parameters.
5251

5352

54-
## REQUIRED PARAMETERS
53+
## PARAMETERS
5554

5655
### -Domain
57-
The Domain parameter denotes the domain part of the primary uri for the hunt group. This domain name is validated against the list of domains that the tenant owns.
56+
The Domain parameter denotes the domain part of the primary uri for the call queue. This domain name is validated against the list of domains that the tenant owns.
5857

5958
```yaml
6059
Type: System.String
@@ -70,7 +69,7 @@ Accept wildcard characters: False
7069
```
7170
7271
### -Name
73-
The Name parameter specifies a unique name for the hunt group.
72+
The Name parameter specifies a unique name for the call queue.
7473
7574
```yaml
7675
Type: System.String
@@ -85,8 +84,6 @@ Accept pipeline input: False
8584
Accept wildcard characters: False
8685
```
8786
88-
## OPTIONAL PARAMETERS
89-
9087
### -AgentAlertTime
9188
The AgentAlertTime parameter represents the time (in seconds) that a call can remain unanswered before it is automatically routed to the next agent. The AgentAlertTime can be set to any integer value between 30 and 180 seconds (3 minutes), inclusive. The default value is 30 seconds.
9289
@@ -104,7 +101,7 @@ Accept wildcard characters: False
104101
```
105102
106103
### -AllowOptOut
107-
The AllowOptOut parameter indicates whether or not agents can opt in or opt out from taking calls from a hunt group.
104+
The AllowOptOut parameter indicates whether or not agents can opt in or opt out from taking calls from a call queue.
108105
109106
```yaml
110107
Type: System.Boolean
@@ -120,7 +117,7 @@ Accept wildcard characters: False
120117
```
121118
122119
### -DistributionLists
123-
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 supported. O365 Groups can also be used to add members to the hunt group.
120+
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.
124121
125122
```yaml
126123
Type: System.Collections
@@ -136,7 +133,7 @@ Accept wildcard characters: False
136133
```
137134
138135
### -LineUri
139-
The LineUri parameter is the phone number for the hunt group. The line Uniform Resource Identifier (URI) must be specified by using the following format: the TEL: prefix followed by a plus sign, followed by the country/region calling code, area code, and phone number (using only digits: no blank spaces, periods, or hyphens). For example: -LineUri "TEL:+14255551219".
136+
The LineUri parameter is the phone number for the call queue. The line Uniform Resource Identifier (URI) must be specified by using the following format: the tel: prefix followed by a plus sign, followed by the country/region calling code, area code, and phone number (using only digits: no blank spaces, periods, or hyphens). For example: -LineUri "tel:+14255551219".
140137
141138
```yaml
142139
Type: System.Uri
@@ -155,7 +152,7 @@ Accept wildcard characters: False
155152
The MusicOnHoldFileContent parameter represents music to play when callers are placed on hold. This is the content of the audio file. Supported formats are: .wav, .mp3, and .wma. This parameter is required if the UseDefaultMusicOnHold parameter is not specified.
156153
157154
```yaml
158-
Type: System.Byte
155+
Type: System.Byte[]
159156
Parameter Sets: (All)
160157
Aliases:
161158
Applicable: Skype for Business Online
@@ -184,12 +181,12 @@ Accept wildcard characters: False
184181
```
185182
186183
### -OverflowAction
187-
The OverflowAction parameter designates the action to take if the overflow threshold is reached. The OverflowAction property must be set to one of the following three values: DisconnectWithBusy, Forward, and Voicemail. The default value is DisconnectWithBusy.
184+
The OverflowAction parameter designates the action to take if the overflow threshold is reached. The OverflowAction property must be set to one of the following three values: DisconnectWithBusy, Forward, and Voicemail.
188185
189186
PARAMVALUE: DisconnectWithBusy | Forward | Voicemail
190187
191188
```yaml
192-
Type: Object
189+
Type: Microsoft.Rtc.Management.Hosted.HuntGroup.Models.OverflowAction
193190
Parameter Sets: (All)
194191
Aliases:
195192
Applicable: Skype for Business Online
@@ -202,7 +199,7 @@ Accept wildcard characters: False
202199
```
203200
204201
### -OverflowActionTarget
205-
The OverflowActionTarget parameter represents the target of the overflow action. For example, if the OverFlowAction is set to Forward, this parameter might be set to a SIP address or a PSTN phone number. This parameter is optional unless the OverflowAction is set to Forward, which requires a SIP address.
202+
The OverflowActionTarget parameter represents the target of the overflow action. For example, if the OverFlowAction is set to Forward, this parameter might be set to a SIP address. This parameter is optional unless the OverflowAction is set to Forward, which requires a SIP address.
206203
207204
```yaml
208205
Type: System.Uri
@@ -218,7 +215,7 @@ Accept wildcard characters: False
218215
```
219216
220217
### -OverflowThreshold
221-
The OverflowThreshold parameter defines the number of simultaneous calls that can be in the queue at any one time before the overflow action is triggered. The OverflowThreshold can be any integer value between 0 and 200, inclusive. The default value is 50. A value of 0 causes the overflow action to be taken immediately.
218+
The OverflowThreshold parameter defines the number of calls that can be in the queue at any one time before the overflow action is triggered. The OverflowThreshold can be any integer value between 0 and 200, inclusive. A value of 0 causes calls not to reach agents and the overflow action to be taken immediately
222219
223220
```yaml
224221
Type: Int16
@@ -234,12 +231,12 @@ Accept wildcard characters: False
234231
```
235232
236233
### -RoutingMethod
237-
The RoutingMethod defines how agents will be called in a hunt group. If the routing method is set to Serial, then agents will be called one at a time. If the routing method is set to Attendant, then agents will be called in parallel.
234+
The RoutingMethod defines how agents will be called in a call queue. If the routing method is set to Serial, then agents will be called one at a time. If the routing method is set to Attendant, then agents will be called in parallel.
238235
239-
PARAMVALUE: Serial | Attendant
236+
PARAMVALUE: Attendant | Serial
240237
241238
```yaml
242-
Type: Object
239+
Type: Microsoft.Rtc.Management.Hosted.HuntGroup.Models.RoutingMethod
243240
Parameter Sets: (All)
244241
Aliases:
245242
Applicable: Skype for Business Online
@@ -257,7 +254,7 @@ The TimeoutAction parameter defines the action to take if the timeout threshold
257254
PARAMVALUE: Disconnect | Forward | Voicemail
258255
259256
```yaml
260-
Type: Object
257+
Type: Microsoft.Rtc.Management.Hosted.HuntGroup.Models.TimeoutAction
261258
Parameter Sets: (All)
262259
Aliases:
263260
Applicable: Skype for Business Online
@@ -270,7 +267,7 @@ Accept wildcard characters: False
270267
```
271268
272269
### -TimeoutActionTarget
273-
The TimeoutActionTarget represents the target of the timeout action. For example, if the TimeoutAction is set to Forward, this parameter might be set to a SIP address or a PSTN phone number. This field is optional unless the TimeoutAction is set to Forward, which requires a SIP address.
270+
The TimeoutActionTarget represents the target of the timeout action. For example, if the TimeoutAction is set to Forward, this parameter might be set to a SIP address. This field is optional unless the TimeoutAction is set to Forward, which requires a SIP address.
274271
275272
```yaml
276273
Type: System.Uri
@@ -287,7 +284,7 @@ Accept wildcard characters: False
287284
288285
### -TimeoutThreshold
289286
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.
290-
The TimeoutAction can be any integer value between 0 and 2700 seconds (inclusive), and is rounded to the nearest 15th interval. For example, if set to 47 seconds, then it is rounded down to 45. If set to 0, welcome music is played, and then the timoue action will be taken.
287+
The TimeoutAction can be any integer value between 0 and 2700 seconds (inclusive), and is rounded to the nearest 15th interval. For example, if set to 47 seconds, then it is rounded down to 45. If set to 0, welcome music is played, and then the timeout action will be taken.
291288
292289
```yaml
293290
Type: Int16
@@ -303,7 +300,7 @@ Accept wildcard characters: False
303300
```
304301
305302
### -UseDefaultMusicOnHold
306-
The UseDefaultMusicOnHold parameter indicates that this hunt group uses the default music on hold. This parameter cannot be specified together with MusicOnHoldFileName and MusicOnHoldFileContent.
303+
The UseDefaultMusicOnHold parameter indicates that this call queue uses the default music on hold. This parameter cannot be specified together with MusicOnHoldFileName and MusicOnHoldFileContent.
307304
308305
```yaml
309306
Type: System.Boolean
@@ -319,10 +316,10 @@ Accept wildcard characters: False
319316
```
320317
321318
### -WelcomeMusicFileContent
322-
The WelcomeMusicFileContent parameter represents the audio file to play when callers are connected with the hunt group. This is the content of the audio file. Supported formats are: .wav, .mp3, .and wma.
319+
The WelcomeMusicFileContent parameter represents the audio file to play when callers are connected with the call queue. This is the content of the audio file. Supported formats are: .wav, .mp3, .and wma.
323320
324321
```yaml
325-
Type: System.Byte
322+
Type: System.Byte[]
326323
Parameter Sets: (All)
327324
Aliases:
328325
Applicable: Skype for Business Online
@@ -335,7 +332,7 @@ Accept wildcard characters: False
335332
```
336333
337334
### -WelcomeMusicFileName
338-
The WelcomeMusicFileName parameter represents audio file to play when callers are connected with the hunt group. This is the name to the audio file. Supported formats are: .wav, .mp3, and .wma.
335+
The WelcomeMusicFileName parameter represents audio file to play when callers are connected with the call queue. This is the name to the audio file. Supported formats are: .wav, .mp3, and .wma.
339336
340337
```yaml
341338
Type: System.String
@@ -487,7 +484,7 @@ This cmdlet supports the common parameters: `-Debug, -ErrorAction, -ErrorVariabl
487484

488485
## OUTPUTS
489486

490-
### Microsoft.Rtc.Management.Hosted.HuntGroup.NewCsHuntGroupCmdlet
487+
### Microsoft.Rtc.Management.Hosted.HuntGroup.Models.HuntGroup
491488

492489
## NOTES
493490

skype/skype-ps/skype/Remove-CsHuntGroup.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The Remove-CsHuntGroup cmdlet deletes an existing call queue.
1313
## SYNTAX
1414

1515
```
16-
Remove-CsHuntGroup -PrimaryUri <Object> [<CommonParameters>]
16+
Remove-CsHuntGroup -PrimaryUri <System.Uri> [<CommonParameters>]
1717
```
1818

1919
## DESCRIPTION
@@ -33,7 +33,7 @@ This example deletes the call queue with the primary uri "sip:hg_a82e2406b9b5474
3333

3434

3535

36-
## REQUIRED PARAMETERS
36+
## PARAMETERS
3737

3838
### -PrimaryUri
3939
The PrimaryUri parameter represents the SIP address for the call queue. It must start with "sip:".
@@ -51,8 +51,6 @@ Accept pipeline input: False
5151
Accept wildcard characters: False
5252
```
5353
54-
## OPTIONAL PARAMETERS
55-
5654
### -AsJob
5755
This parameter is reserved for Microsoft internal use only.
5856
@@ -172,9 +170,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
172170
173171
## INPUTS
174172
173+
### System.Uri
174+
175175
## OUTPUTS
176176
177-
### Microsoft.Rtc.Management.Hosted.HuntGroup.RemoveCsHuntGroupCmdlet
177+
### Microsoft.Rtc.Management.Hosted.HuntGroup.Models.HuntGroup
178178
179179
## NOTES
180180

0 commit comments

Comments
 (0)