Skip to content

Commit b39b62b

Browse files
author
Faisal Rahman
committed
PR comments addressed
1 parent 0e23183 commit b39b62b

File tree

4 files changed

+8
-70
lines changed

4 files changed

+8
-70
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The Get-CsHuntGroup cmdlet lets you retrieve information about the call queues i
2222

2323
If called without parameters, Get-CsHuntgroup returns a collection of all call queues configured to be used in your organization.
2424

25-
If you are a hybrid tenant, you may need to execute additional cmdlets on your on-premise deployments. The Get-CsHuntGroup will request further steps, if those steps are necessary for you.
25+
The Get-CsHuntGroup cmdlet may suggest additional steps required to complete the call queue setup.
2626

2727
## EXAMPLES
2828

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

Lines changed: 3 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ 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>] [-AllowOptOut <Object>]
16+
New-CsHuntGroup [-Domain <Object>] [-Name <Object>] [-AgentAlertTime <Object>]
1717
[-BypassDualWrite <Object>] [-ClientAudience <Object>] [-DistributionLists <Object>]
1818
[-DomainController <Object>] [-Force] [-HuntGroupServiceCallbackUri <Object>] [-LineUri <Object>]
1919
[-MusicOnHoldFileContent <Object>] [-MusicOnHoldFileName <Object>] [-OverflowAction <Object>]
20-
[-OverflowActionTarget <Object>] [-OverflowThreshold <Object>] [-Ring <Object>] [-RoutingMethod <Object>]
20+
[-OverflowActionTarget <Object>] [-OverflowThreshold <Object>] [-Ring <Object>]
2121
[-Tenant <Object>] [-TimeoutAction <Object>] [-TimeoutActionTarget <Object>] [-TimeoutThreshold <Object>]
2222
[-UseDefaultMusicOnHold <Object>] [-WelcomeMusicFileContent <Object>] [-WelcomeMusicFileName <Object>]
2323
[-AsJob] [<CommonParameters>]
@@ -30,7 +30,7 @@ Note, you need to specify UseDefaultMusicOnHold $True (default is none), or prov
3030

3131
MusicOnHoldFileName and MusicOnHoldFileContent cannot be empty so you must specify a valid MusicOnHoldFileName and MusicOnHoldFileContent or set UseDefaultMusicOnHold to true.
3232

33-
If you are a hybrid tenant, you may need to execute additional cmdlets on your on-premise deployments. The New-CsHuntGroup will request further steps, if those steps are necessary for you.
33+
The New-CsHuntGroup cmdlet may suggest additional steps required to complete the call queue setup.
3434

3535
The following parameters are not applicable to Skype for Business Online: AsJob, ClientAudience, DomainController, Force, HuntGroupServiceCallbackUri, PipelineVariable, and Ring.
3636

@@ -105,21 +105,6 @@ Accept pipeline input: False
105105
Accept wildcard characters: False
106106
```
107107
108-
### -AllowOptOut
109-
PARAMVALUE: $true | $false
110-
111-
```yaml
112-
Type: Object
113-
Parameter Sets: (All)
114-
Aliases:
115-
Applicable: Skype for Business Online
116-
117-
Required: False
118-
Position: Named
119-
Default value: None
120-
Accept pipeline input: False
121-
Accept wildcard characters: False
122-
```
123108
124109
### -BypassDualWrite
125110
PARAMVALUE: $true | $false
@@ -329,22 +314,6 @@ Accept pipeline input: False
329314
Accept wildcard characters: False
330315
```
331316
332-
### -RoutingMethod
333-
PARAMVALUE: Attendant | Serial
334-
335-
```yaml
336-
Type: Object
337-
Parameter Sets: (All)
338-
Aliases:
339-
Applicable: Skype for Business Online
340-
341-
Required: False
342-
Position: Named
343-
Default value: None
344-
Accept pipeline input: False
345-
Accept wildcard characters: False
346-
```
347-
348317
### -Tenant
349318
PARAMVALUE: Guid
350319

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Remove-CsHuntGroup [-PrimaryUri <Object>] [-BypassDualWrite <Object>] [-Confirm]
2020
## DESCRIPTION
2121
The Remove-CsHuntGroup cmdlet deletes an existing call queue specified by the PrimaryUri parameter.
2222

23-
If you are a hybrid tenant, you may need to execute additional cmdlets on your on-premise deployments. The Remove-CsHuntGroup will request further steps, if those steps are necessary for you.
23+
The Remove-CsHuntGroup cmdlet may suggest additional steps required to complete the call queue setup.
2424

2525
## EXAMPLES
2626

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

Lines changed: 3 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ Updates a Call Queue in your Skype for Business Online organization.
1313
## SYNTAX
1414

1515
```
16-
Set-CsHuntGroup [-PrimaryUri <Object>] [-AgentAlertTime <Object>] [-AllowOptOut <Object>]
16+
Set-CsHuntGroup [-PrimaryUri <Object>] [-AgentAlertTime <Object>]
1717
[-BypassDualWrite <Object>] [-ClientAudience <Object>] [-Confirm] [-DistributionLists <Object>]
1818
[-DomainController <Object>] [-Force] [-HuntGroupServiceCallbackUri <Object>] [-LineUri <Object>]
1919
[-MusicOnHoldFileContent <Object>] [-MusicOnHoldFileName <Object>] [-Name <Object>]
2020
[-OverflowAction <Object>] [-OverflowActionTarget <Object>] [-OverflowThreshold <Object>]
21-
[-RoutingMethod <Object>] [-Tenant <Object>] [-TimeoutAction <Object>] [-TimeoutActionTarget <Object>]
21+
[-Tenant <Object>] [-TimeoutAction <Object>] [-TimeoutActionTarget <Object>]
2222
[-TimeoutThreshold <Object>] [-UseDefaultMusicOnHold <Object>] [-WelcomeMusicFileContent <Object>]
2323
[-WelcomeMusicFileName <Object>] [-WhatIf] [-AsJob] [<CommonParameters>]
2424
```
@@ -27,8 +27,7 @@ Set-CsHuntGroup [-PrimaryUri <Object>] [-AgentAlertTime <Object>] [-AllowOptOut
2727

2828
Set-CsHuntGroup cmdlet provides a way for you to modify the properties of an existing call queue; for example, you can change the phone number for the call queue, the distribution lists associated with the huntgroup, or the welcome audio file.
2929

30-
If you are a hybrid tenant, you may need to execute additional cmdlets on your on-premise deployments. The Set-CsHuntGroup will request further steps, if those steps are necessary for you.
31-
30+
The Remove-CsHuntGroup cmdlet may suggest additional steps required to complete the call queue setup.
3231

3332
The following parameters are not applicable to Skype for Business Online: AsJob, ClientAudience, DomainController, Force, HuntGroupServiceCallbackUri, and PipelineVariable
3433

@@ -84,21 +83,6 @@ Accept pipeline input: False
8483
Accept wildcard characters: False
8584
```
8685
87-
### -AllowOptOut
88-
PARAMVALUE: $true | $false
89-
90-
```yaml
91-
Type: Object
92-
Parameter Sets: (All)
93-
Aliases:
94-
Applicable: Skype for Business Online
95-
96-
Required: False
97-
Position: Named
98-
Default value: None
99-
Accept pipeline input: False
100-
Accept wildcard characters: False
101-
```
10286
10387
### -BypassDualWrite
10488
PARAMVALUE: $true | $false
@@ -324,21 +308,6 @@ Accept pipeline input: False
324308
Accept wildcard characters: False
325309
```
326310
327-
### -RoutingMethod
328-
PARAMVALUE: Attendant | Serial
329-
330-
```yaml
331-
Type: Object
332-
Parameter Sets: (All)
333-
Aliases:
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-
```
342311
343312
### -Tenant
344313
PARAMVALUE: Guid

0 commit comments

Comments
 (0)