@@ -13,8 +13,7 @@ The Get-CsHuntGroup cmdlet returns the identified call queues.
13
13
## SYNTAX
14
14
15
15
```
16
- Get-CsHuntGroup [-BypassDualWrite <Object>] [-DomainController <Object>] [-Force] [-PrimaryUri <Object>]
17
- [-Tenant <Object>] [-AsJob] [<CommonParameters>]
16
+ Get-CsHuntGroup [-PrimaryUri <Object>] [<CommonParameters>]
18
17
```
19
18
20
19
## DESCRIPTION
@@ -43,11 +42,11 @@ This example gets the call queue with the primary uri "sip:hg_a82e2406b9b5474a98
43
42
44
43
## PARAMETERS
45
44
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:".
48
47
49
48
``` yaml
50
- Type : Object
49
+ Type : System.Uri
51
50
Parameter Sets : (All)
52
51
Aliases :
53
52
Applicable : Skype for Business Online
@@ -59,13 +58,13 @@ Accept pipeline input: False
59
58
Accept wildcard characters : False
60
59
` ` `
61
60
62
- ### -DomainController
63
- PARAMVALUE: Fqdn
61
+ ### -AsJob
62
+ This parameter is reserved for Microsoft internal use only.
64
63
65
64
` ` ` yaml
66
- Type : Object
65
+ Type : SwitchParameter
67
66
Parameter Sets : (All)
68
- Aliases : DC
67
+ Aliases :
69
68
Applicable : Skype for Business Online
70
69
71
70
Required : False
@@ -75,11 +74,11 @@ Accept pipeline input: False
75
74
Accept wildcard characters : False
76
75
` ` `
77
76
78
- ### -Force
79
- PARAMVALUE: SwitchParameter
77
+ ### -BypassDualWrite
78
+ This parameter is reserved for Microsoft internal use only.
80
79
81
80
` ` ` yaml
82
- Type : SwitchParameter
81
+ Type : System.Boolean
83
82
Parameter Sets : (All)
84
83
Aliases :
85
84
Applicable : Skype for Business Online
@@ -91,15 +90,15 @@ Accept pipeline input: False
91
90
Accept wildcard characters : False
92
91
` ` `
93
92
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 .
96
95
97
- PARAMVALUE: Uri
96
+ PARAMVALUE: Fqdn
98
97
99
98
` ` ` yaml
100
- Type : Object
99
+ Type : System.String
101
100
Parameter Sets : (All)
102
- Aliases :
101
+ Aliases : DC
103
102
Applicable : Skype for Business Online
104
103
105
104
Required : False
@@ -109,32 +108,32 @@ Accept pipeline input: False
109
108
Accept wildcard characters : False
110
109
` ` `
111
110
112
- ### -Tenant
113
- PARAMVALUE: Guid
111
+ ### -Force
112
+ This parameter is reserved for Microsoft internal use only.
114
113
115
114
` ` ` yaml
116
- Type : Object
115
+ Type : SwitchParameter
117
116
Parameter Sets : (All)
118
117
Aliases :
119
118
Applicable : Skype for Business Online
120
119
121
- Required : True
120
+ Required : False
122
121
Position : Named
123
122
Default value : None
124
123
Accept pipeline input : False
125
124
Accept wildcard characters : False
126
125
` ` `
127
126
128
- ### -AsJob
129
- PARAMVALUE: SwitchParameter
127
+ ### -Tenant
128
+ This parameter is reserved for Microsoft internal use only.
130
129
131
130
` ` ` yaml
132
- Type : SwitchParameter
131
+ Type : System.Guid
133
132
Parameter Sets : (All)
134
133
Aliases :
135
134
Applicable : Skype for Business Online
136
135
137
- Required : False
136
+ Required : True
138
137
Position : Named
139
138
Default value : None
140
139
Accept pipeline input : False
@@ -146,14 +145,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
146
145
147
146
## INPUTS
148
147
149
- ### System.Uri
150
- Represents the SIP uri of a call queue.
151
-
152
-
153
148
## OUTPUTS
154
149
155
- ### Microsoft.Skype.Rgs.Configuration.Huntgroup
156
-
150
+ ### Microsoft.Rtc.Management.Hosted.HuntGroup.GetCsHuntGroupCmdlet
157
151
158
152
## NOTES
159
153
0 commit comments