@@ -21,31 +21,27 @@ This cmdlet was introduced in Lync Server 2013.
21
21
22
22
## SYNTAX
23
23
24
- ### (Default)
25
- ```
26
- Get-CsPoolFabricState -PoolFqdn <String> [-Confirm] [-Force] [-Type <FabricEnumerationType>] [-WhatIf]
27
- [<CommonParameters>]
28
- ```
29
-
30
- ### PoolFqdn
31
- ```
32
- Get-CsPoolFabricState [-PoolFqdn] <String> [-Confirm] [-Force] [-HealthState <String>]
33
- [-OutputCsvFile <String>] [-ServiceName <String>] [-ShowAll] [-WhatIf] [-Type <String>] [<CommonParameters>]
34
- ```
35
-
36
24
### RoutingGroup
37
25
```
38
- Get-CsPoolFabricState [-RoutingGroup] <String> [-Confirm] [-Force] [-WhatIf] [<CommonParameters>]
26
+ Get-CsPoolFabricState [-RoutingGroup] <String> [-ReplicaBuildProgress] [-Force] [-MinutesToPoll <Int32>]
27
+ [-PollInterval <Int32>] [-ReplicaBuildProgressTimeout <Int32>] [-WhatIf] [-Confirm] [<CommonParameters>]
39
28
```
40
29
41
30
### Tenant
42
31
```
43
- Get-CsPoolFabricState [-Tenant] <Guid> [-Confirm ] [-Force ] [-WhatIf ] [<CommonParameters>]
32
+ Get-CsPoolFabricState [-Tenant] <Guid> [-Force ] [-WhatIf ] [-Confirm ] [<CommonParameters>]
44
33
```
45
34
46
35
### User
47
36
```
48
- Get-CsPoolFabricState [-UserUri] <UserIdParameter> [-Confirm] [-Force] [-WhatIf] [<CommonParameters>]
37
+ Get-CsPoolFabricState [-UserUri] <UserIdParameter> [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
38
+ ```
39
+
40
+ ### PoolFqdn
41
+ ```
42
+ Get-CsPoolFabricState -PoolFqdn <String> [-HealthState <String>] [-ShowAll] [-OutputCsvFile <String>]
43
+ [-ServiceName <String>] [-Force] [-Type <String>] [-QueryTimeout <Int32>] [-WhatIf] [-Confirm]
44
+ [<CommonParameters>]
49
45
```
50
46
51
47
## DESCRIPTION
@@ -54,7 +50,6 @@ This includes information about Windows Fabric replica instances for any (or all
54
50
55
51
The functions carried out by the Get-CsPoolFabricState cmdlet are not available in Skype for Business Server Control Panel.
56
52
57
-
58
53
## EXAMPLES
59
54
60
55
### Example 1
@@ -83,13 +78,13 @@ This is done by including the Type parameter and the parameter value "MCU".
83
78
Suppresses the display of any non-fatal error message that might occur when running the command.
84
79
85
80
``` yaml
86
- Type : SwitchParameter
81
+ Type : System.Management.Automation. SwitchParameter
87
82
Parameter Sets : (All)
88
83
Aliases :
89
84
90
85
Required : False
91
86
Position : Named
92
- Default value : None
87
+ Default value : False
93
88
Accept pipeline input : False
94
89
Accept wildcard characters : False
95
90
` ` `
@@ -101,7 +96,7 @@ Accept wildcard characters: False
101
96
PARAMVALUE: String
102
97
103
98
` ` ` yaml
104
- Type : String
99
+ Type : System. String
105
100
Parameter Sets : PoolFqdn
106
101
Aliases :
107
102
@@ -112,6 +107,21 @@ Accept pipeline input: False
112
107
Accept wildcard characters : False
113
108
` ` `
114
109
110
+ ### -MinutesToPoll
111
+ Max number of minutes for which the cmdlet will poll cluster manager for replica build progress
112
+
113
+ ` ` ` yaml
114
+ Type : System.Int32
115
+ Parameter Sets : RoutingGroup
116
+ Aliases :
117
+
118
+ Required : False
119
+ Position : Named
120
+ Default value : None
121
+ Accept pipeline input : False
122
+ Accept wildcard characters : False
123
+ ` ` `
124
+
115
125
### -OutputCsvFile
116
126
117
127
> Applicable: Skype for Business Server 2015, Skype for Business Server 2019
@@ -130,6 +140,21 @@ Accept pipeline input: False
130
140
Accept wildcard characters : False
131
141
` ` `
132
142
143
+ ### -PollInterval
144
+ Interval in seconds between cluster manager polls for replica build progress
145
+
146
+ ` ` ` yaml
147
+ Type : System.Int32
148
+ Parameter Sets : RoutingGroup
149
+ Aliases :
150
+
151
+ Required : False
152
+ Position : Named
153
+ Default value : None
154
+ Accept pipeline input : False
155
+ Accept wildcard characters : False
156
+ ` ` `
157
+
133
158
### -PoolFqdn
134
159
135
160
> Applicable: Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019
@@ -140,12 +165,57 @@ You must supply the FQDN of a pool when calling this cmdlet; for example:
140
165
` -PoolFqdn "atl-cs-001.litwareinc.com"`
141
166
142
167
` ` ` yaml
143
- Type: String
168
+ Type: System. String
144
169
Parameter Sets: PoolFqdn
145
170
Aliases:
146
171
147
172
Required: True
148
- Position: 1
173
+ Position: Named
174
+ Default value: None
175
+ Accept pipeline input: False
176
+ Accept wildcard characters: False
177
+ ` ` `
178
+
179
+ # ## -QueryTimeout
180
+ Query timeout period in minutes to retrieve the state of fabric services.
181
+
182
+ ` ` ` yaml
183
+ Type: System.Int32
184
+ Parameter Sets: PoolFqdn
185
+ Aliases:
186
+
187
+ Required: False
188
+ Position: Named
189
+ Default value: None
190
+ Accept pipeline input: False
191
+ Accept wildcard characters: False
192
+ ` ` `
193
+
194
+ # ## -ReplicaBuildProgress
195
+ If a replica is being built for the given RG, polls for the status of the build
196
+
197
+ ` ` ` yaml
198
+ Type: System.Management.Automation.SwitchParameter
199
+ Parameter Sets: RoutingGroup
200
+ Aliases:
201
+
202
+ Required: False
203
+ Position: Named
204
+ Default value: None
205
+ Accept pipeline input: False
206
+ Accept wildcard characters: False
207
+ ` ` `
208
+
209
+ # ## -ReplicaBuildProgressTimeout
210
+ The number of seconds for which no replica build progress has been made before considering progress to be stuck
211
+
212
+ ` ` ` yaml
213
+ Type: System.Int32
214
+ Parameter Sets: RoutingGroup
215
+ Aliases:
216
+
217
+ Required: False
218
+ Position: Named
149
219
Default value: None
150
220
Accept pipeline input: False
151
221
Accept wildcard characters: False
@@ -159,7 +229,7 @@ Globally unique identifier (GUID) of the Windows Fabric routing group to be retu
159
229
Routing groups are used to specify the servers that users log onto.
160
230
161
231
` ` ` yaml
162
- Type: String
232
+ Type: System. String
163
233
Parameter Sets: RoutingGroup
164
234
Aliases:
165
235
@@ -177,7 +247,7 @@ Accept wildcard characters: False
177
247
PARAMVALUE : String
178
248
179
249
` ` ` yaml
180
- Type: String
250
+ Type: System. String
181
251
Parameter Sets: PoolFqdn
182
252
Aliases:
183
253
@@ -195,13 +265,13 @@ Accept wildcard characters: False
195
265
PARAMVALUE : SwitchParameter
196
266
197
267
` ` ` yaml
198
- Type: SwitchParameter
268
+ Type: System.Management.Automation. SwitchParameter
199
269
Parameter Sets: PoolFqdn
200
270
Aliases:
201
271
202
272
Required: False
203
273
Position: Named
204
- Default value: None
274
+ Default value: False
205
275
Accept pipeline input: False
206
276
Accept wildcard characters: False
207
277
` ` `
@@ -220,7 +290,7 @@ You can return the tenant ID for each of your Skype for Business Online tenants
220
290
` Get-CsTenant | Select-Object DisplayName, TenantID`
221
291
222
292
` ` ` yaml
223
- Type: Guid
293
+ Type: System. Guid
224
294
Parameter Sets: Tenant
225
295
Aliases:
226
296
@@ -247,8 +317,8 @@ LYSS (returns information for the Lync Server Storage service)
247
317
You can only specify a single type per command.
248
318
249
319
` ` ` yaml
250
- Type: FabricEnumerationType
251
- Parameter Sets: (All), PoolFqdn
320
+ Type: System.String
321
+ Parameter Sets: PoolFqdn
252
322
Aliases:
253
323
254
324
Required: False
@@ -270,7 +340,7 @@ For example, to check the Windows fabric state for the user Ken Myer use this sy
270
340
Note that you can only specify one user URI per command.
271
341
272
342
` ` ` yaml
273
- Type: UserIdParameter
343
+ Type: Microsoft.Rtc.Management.AD. UserIdParameter
274
344
Parameter Sets: User
275
345
Aliases:
276
346
@@ -288,13 +358,13 @@ Accept wildcard characters: False
288
358
Prompts you for confirmation before executing the command.
289
359
290
360
` ` ` yaml
291
- Type: SwitchParameter
361
+ Type: System.Management.Automation. SwitchParameter
292
362
Parameter Sets: (All)
293
363
Aliases: cf
294
364
295
365
Required: False
296
366
Position: Named
297
- Default value: None
367
+ Default value: False
298
368
Accept pipeline input: False
299
369
Accept wildcard characters: False
300
370
` ` `
@@ -306,33 +376,29 @@ Accept wildcard characters: False
306
376
Describes what would happen if you executed the command without actually executing the command.
307
377
308
378
` ` ` yaml
309
- Type: SwitchParameter
379
+ Type: System.Management.Automation. SwitchParameter
310
380
Parameter Sets: (All)
311
381
Aliases: wi
312
382
313
383
Required: False
314
384
Position: Named
315
- Default value: None
385
+ Default value: False
316
386
Accept pipeline input: False
317
387
Accept wildcard characters: False
318
388
` ` `
319
389
320
390
# ## CommonParameters
321
- This cmdlet supports the common parameters : -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
322
-
391
+ This cmdlet supports the common parameters : -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
323
392
324
393
# # INPUTS
325
394
326
395
# ## None
327
396
328
-
329
397
# # OUTPUTS
330
398
331
399
# ## String
332
400
String value representing the fabric state.
333
401
334
-
335
402
# # NOTES
336
403
337
-
338
404
# # RELATED LINKS
0 commit comments