Skip to content

Commit faba83f

Browse files
committed
incpororated change suggested from team meeting
1 parent fe75ecc commit faba83f

File tree

4 files changed

+251
-327
lines changed

4 files changed

+251
-327
lines changed

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

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

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

2019
## DESCRIPTION
@@ -43,11 +42,11 @@ This example gets the call queue with the primary uri "sip:hg_a82e2406b9b5474a98
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,15 +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.
9695
97-
PARAMVALUE: Uri
96+
PARAMVALUE: Fqdn
9897
9998
```yaml
100-
Type: Object
99+
Type: System.String
101100
Parameter Sets: (All)
102-
Aliases:
101+
Aliases: DC
103102
Applicable: Skype for Business Online
104103

105104
Required: False
@@ -109,32 +108,32 @@ Accept pipeline input: False
109108
Accept wildcard characters: False
110109
```
111110
112-
### -Tenant
113-
PARAMVALUE: Guid
111+
### -Force
112+
This parameter is reserved for Microsoft internal use only.
114113
115114
```yaml
116-
Type: Object
115+
Type: SwitchParameter
117116
Parameter Sets: (All)
118117
Aliases:
119118
Applicable: Skype for Business Online
120119

121-
Required: True
120+
Required: False
122121
Position: Named
123122
Default value: None
124123
Accept pipeline input: False
125124
Accept wildcard characters: False
126125
```
127126
128-
### -AsJob
129-
PARAMVALUE: SwitchParameter
127+
### -Tenant
128+
This parameter is reserved for Microsoft internal use only.
130129
131130
```yaml
132-
Type: SwitchParameter
131+
Type: System.Guid
133132
Parameter Sets: (All)
134133
Aliases:
135134
Applicable: Skype for Business Online
136135

137-
Required: False
136+
Required: True
138137
Position: Named
139138
Default value: None
140139
Accept pipeline input: False
@@ -146,14 +145,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
146145
147146
## INPUTS
148147
149-
### System.Uri
150-
Represents the SIP uri of a call queue.
151-
152-
153148
## OUTPUTS
154149
155-
### Microsoft.Skype.Rgs.Configuration.Huntgroup
156-
150+
### Microsoft.Rtc.Management.Hosted.HuntGroup.GetCsHuntGroupCmdlet
157151
158152
## NOTES
159153

0 commit comments

Comments
 (0)