Skip to content

Commit c84b67b

Browse files
authored
Merge pull request MicrosoftDocs#87 from mattwlam/VSO1241359-UpdateCmdletDocumentation
Vso1241359 update cmdlet documentation
2 parents 9d7e130 + 75fb689 commit c84b67b

File tree

4 files changed

+325
-251
lines changed

4 files changed

+325
-251
lines changed

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

Lines changed: 30 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,20 @@ schema: 2.0.0
88
# Get-CsHuntGroup
99

1010
## SYNOPSIS
11-
The Get-CsHuntGroup cmdlet returns the identified call queues.
11+
The Get-CsHuntGroup cmdlet returns the identified Call Queues.
1212

1313
## SYNTAX
1414

1515
```
16-
Get-CsHuntGroup [-BypassDualWrite <Object>] [-DomainController <Object>] [-Force] [-PrimaryUri <Object>]
17-
[-Tenant <Object>] [-AsJob] [<CommonParameters>]
16+
Get-CsHuntGroup [-PrimaryUri <System.Uri>] [<CommonParameters>]
1817
```
1918

2019
## DESCRIPTION
21-
The Get-CsHuntGroup cmdlet lets you retrieve information about the call queues in your organization. Call queue output contains statistical data on the number of active calls that are in the queue.
20+
The Get-CsHuntGroup cmdlet lets you retrieve information about the Call Queues in your organization. Call Queue output contains statistical data on the number of active calls that are in the queue.
2221

23-
If called without parameters, Get-CsHuntgroup returns a collection of all call queues configured to be used in your organization.
22+
If called without parameters, Get-CsHuntgroup returns a collection of all Call Queues configured to be used in your organization.
2423

25-
The Get-CsHuntGroup cmdlet may suggest additional steps required to complete the call queue setup.
24+
The Get-CsHuntGroup cmdlet may suggest additional steps required to complete the Call Queue setup.
2625

2726
## EXAMPLES
2827

@@ -31,23 +30,23 @@ The Get-CsHuntGroup cmdlet may suggest additional steps required to complete the
3130
Get-CsHuntGroup
3231
```
3332

34-
This example gets all call queues in the organization.
33+
This example gets all Call Queues in the organization.
3534

3635
### -------------------------- Example 2 --------------------------
3736
```
3837
Get-CsHuntGroup -PrimaryUri "sip:[email protected]"
3938
```
4039

41-
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.
40+
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.
4241

4342

4443
## PARAMETERS
4544

46-
### -BypassDualWrite
47-
PARAMVALUE: $true | $false
45+
### -PrimaryUri
46+
The PrimaryUri parameter represents the SIP address for the Call Queue. It must start with "sip:".
4847

4948
```yaml
50-
Type: Object
49+
Type: System.Uri
5150
Parameter Sets: (All)
5251
Aliases:
5352
Applicable: Skype for Business Online
@@ -59,13 +58,13 @@ Accept pipeline input: False
5958
Accept wildcard characters: False
6059
```
6160
62-
### -DomainController
63-
PARAMVALUE: Fqdn
61+
### -AsJob
62+
This parameter is reserved for Microsoft internal use only.
6463
6564
```yaml
66-
Type: Object
65+
Type: SwitchParameter
6766
Parameter Sets: (All)
68-
Aliases: DC
67+
Aliases:
6968
Applicable: Skype for Business Online
7069

7170
Required: False
@@ -75,11 +74,11 @@ Accept pipeline input: False
7574
Accept wildcard characters: False
7675
```
7776
78-
### -Force
79-
PARAMVALUE: SwitchParameter
77+
### -BypassDualWrite
78+
This parameter is reserved for Microsoft internal use only.
8079
8180
```yaml
82-
Type: SwitchParameter
81+
Type: System.Boolean
8382
Parameter Sets: (All)
8483
Aliases:
8584
Applicable: Skype for Business Online
@@ -91,13 +90,15 @@ Accept pipeline input: False
9190
Accept wildcard characters: False
9291
```
9392
94-
### -PrimaryUri
95-
The PrimaryUri parameter represents the SIP address for the call queue. It must start with "sip:".
93+
### -DomainController
94+
This parameter is reserved for Microsoft internal use only.
95+
96+
PARAMVALUE: Fqdn
9697
9798
```yaml
98-
Type: Object
99+
Type: System.String
99100
Parameter Sets: (All)
100-
Aliases:
101+
Aliases: DC
101102
Applicable: Skype for Business Online
102103

103104
Required: False
@@ -107,11 +108,11 @@ Accept pipeline input: False
107108
Accept wildcard characters: False
108109
```
109110
110-
### -Tenant
111-
PARAMVALUE: Guid
111+
### -Force
112+
This parameter is reserved for Microsoft internal use only.
112113
113114
```yaml
114-
Type: Object
115+
Type: SwitchParameter
115116
Parameter Sets: (All)
116117
Aliases:
117118
Applicable: Skype for Business Online
@@ -123,11 +124,11 @@ Accept pipeline input: False
123124
Accept wildcard characters: False
124125
```
125126
126-
### -AsJob
127-
PARAMVALUE: SwitchParameter
127+
### -Tenant
128+
This parameter is reserved for Microsoft internal use only.
128129
129130
```yaml
130-
Type: SwitchParameter
131+
Type: System.Guid
131132
Parameter Sets: (All)
132133
Aliases:
133134
Applicable: Skype for Business Online
@@ -144,14 +145,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
144145
145146
## INPUTS
146147
147-
### System.Uri
148-
Represents the SIP uri of a call queue.
149-
150-
151148
## OUTPUTS
152149
153-
### Microsoft.Skype.Rgs.Configuration.Huntgroup
154-
150+
### Microsoft.Rtc.Management.Hosted.HuntGroup.Models.HuntGroup
155151
156152
## NOTES
157153

0 commit comments

Comments
 (0)