Skip to content

Commit 2c500eb

Browse files
authored
Merge pull request MicrosoftDocs#60 from rfaisal/frahman/dev
some additional formatting changed for call queues
2 parents e7f1c04 + 3eaeeac commit 2c500eb

File tree

4 files changed

+20
-22
lines changed

4 files changed

+20
-22
lines changed

skype/skype-ps/skype/Find-CsGroup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Accept wildcard characters: False
135135
```
136136
137137
### -AsJob
138-
{{Fill AsJob Description}}
138+
PARAMVALUE: SwitchParameter
139139
140140
```yaml
141141
Type: SwitchParameter

skype/skype-ps/skype/Get-CsHuntGroupTenantInformation.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
external help file:
2+
external help file: Get-CsHuntGroupTenantInformation.xml
33
applicable: Skype for Business Online
44
title: Get-CsHuntGroupTenantInformation
55
schema: 2.0.0
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# Get-CsHuntGroupTenantInformation
99

1010
## SYNOPSIS
11-
{{Fill in the Synopsis}}
11+
The Get-CsHuntGroupTenantInformation cmdlet returns additional call queue information for the tenant.
1212

1313
## SYNTAX
1414

@@ -18,22 +18,20 @@ Get-CsHuntGroupTenantInformation [-BypassDualWrite <Object>] [-DomainController
1818
```
1919

2020
## DESCRIPTION
21-
{{Fill in the Description}}
21+
The Get-CsHuntGroupTenantInformation cmdlet returns additional call queue information for the tenant.
2222

2323
## EXAMPLES
2424

25-
### Example 1 (Skype for Business Online)
25+
### -------------------------- Example 1 --------------------------
2626
```
27-
{{ Add example code here }}
27+
Get-CsHuntGroupTenantInformation
2828
```
29-
30-
{{ Add example description here }}
31-
29+
This example returns additional call queue information for the tenant.
3230

3331
## PARAMETERS
3432

3533
### -BypassDualWrite
36-
{{Fill BypassDualWrite Description}}
34+
PARAMVALUE: $true | $false
3735

3836
```yaml
3937
Type: Object
@@ -49,7 +47,7 @@ Accept wildcard characters: False
4947
```
5048
5149
### -DomainController
52-
{{Fill DomainController Description}}
50+
PARAMVALUE: Fqdn
5351
5452
```yaml
5553
Type: Object
@@ -65,7 +63,7 @@ Accept wildcard characters: False
6563
```
6664
6765
### -Force
68-
{{Fill Force Description}}
66+
PARAMVALUE: SwitchParameter
6967
7068
```yaml
7169
Type: SwitchParameter
@@ -81,7 +79,7 @@ Accept wildcard characters: False
8179
```
8280
8381
### -Tenant
84-
{{Fill Tenant Description}}
82+
PARAMVALUE: Guid
8583
8684
```yaml
8785
Type: Object
@@ -97,7 +95,7 @@ Accept wildcard characters: False
9795
```
9896
9997
### -AsJob
100-
{{Fill AsJob Description}}
98+
PARAMVALUE: SwitchParameter
10199
102100
```yaml
103101
Type: SwitchParameter

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ 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>]
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>]
@@ -39,7 +39,7 @@ The following parameters are not applicable to Skype for Business Online: AsJob,
3939

4040
### -------------------------- Example 1 --------------------------
4141
```
42-
New-CsHuntGroup -Name "Help Desk" -Domain "litwareinc.com" -UseDefaultMusicOnHold $true
42+
New-CsHuntGroup -Name "Help Desk" -Domain "litwareinc.com" -UseDefaultMusicOnHold $true
4343
```
4444

4545
This example creates a call queue for the organization named "Help Desk" in the domain "litwareinc.com" using default music on hold.
@@ -48,7 +48,7 @@ This example creates a call queue for the organization named "Help Desk" in the
4848
```
4949
$musicOnHoldContent = Get-Content ".\MusicOnHold.wav" -ReadCount 0 -Encoding Byte
5050
$welcomeMusicContent = Get-Content ".\WelcomeMusic.wav" -ReadCount 0 -Encoding Byte
51-
New-CsHuntGroup -Name "Help desk" -Domain "litwareinc.com" -LineUri "tel:+19998881234" -RoutingMethod Attendant -DistributionLists @("8521b0e3-51bd-4a4b-a8d6-b219a77a0a6a", "868dccd8-d723-4b4f-8d74-ab59e207c357") -AllowOptOut $false -AgentAlertTime 30 -OverflowThreshold 15 -OverflowAction Forward -OverflowActionTarget "sip:[email protected]" -TimeoutThreshold 30 -TimeoutAction Disconnect -MusicOnHoldFileName "MusicOnHold.wav" -MusicOnHoldFileContent $musicOnHoldContent -WelcomeMusicFileName "WelcomeMusic.wav"
51+
New-CsHuntGroup -Name "Help desk" -Domain "litwareinc.com" -LineUri "tel:+19998881234" -RoutingMethod Attendant -DistributionLists @("8521b0e3-51bd-4a4b-a8d6-b219a77a0a6a", "868dccd8-d723-4b4f-8d74-ab59e207c357") -AllowOptOut $false -AgentAlertTime 30 -OverflowThreshold 15 -OverflowAction Forward -OverflowActionTarget "sip:[email protected]" -TimeoutThreshold 30 -TimeoutAction Disconnect -MusicOnHoldFileName "MusicOnHold.wav" -MusicOnHoldFileContent $musicOnHoldContent -WelcomeMusicFileName "WelcomeMusic.wav"
5252
```
5353

5454
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.

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

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

1515
```
16-
Set-CsHuntGroup [-PrimaryUri <Object>] [-AgentAlertTime <Object>]
17-
[-BypassDualWrite <Object>] [-ClientAudience <Object>] [-Confirm] [-DistributionLists <Object>]
18-
[-DomainController <Object>] [-Force] [-HuntGroupServiceCallbackUri <Object>] [-LineUri <Object>]
19-
[-MusicOnHoldFileContent <Object>] [-MusicOnHoldFileName <Object>] [-Name <Object>]
20-
[-OverflowAction <Object>] [-OverflowActionTarget <Object>] [-OverflowThreshold <Object>]
16+
Set-CsHuntGroup [-PrimaryUri <Object>] [-AgentAlertTime <Object>]
17+
[-BypassDualWrite <Object>] [-ClientAudience <Object>] [-Confirm] [-DistributionLists <Object>]
18+
[-DomainController <Object>] [-Force] [-HuntGroupServiceCallbackUri <Object>] [-LineUri <Object>]
19+
[-MusicOnHoldFileContent <Object>] [-MusicOnHoldFileName <Object>] [-Name <Object>]
20+
[-OverflowAction <Object>] [-OverflowActionTarget <Object>] [-OverflowThreshold <Object>]
2121
[-Tenant <Object>] [-TimeoutAction <Object>] [-TimeoutActionTarget <Object>]
2222
[-TimeoutThreshold <Object>] [-UseDefaultMusicOnHold <Object>] [-WelcomeMusicFileContent <Object>]
2323
[-WelcomeMusicFileName <Object>] [-WhatIf] [-AsJob] [<CommonParameters>]

0 commit comments

Comments
 (0)