@@ -21,31 +21,27 @@ This cmdlet was introduced in Lync Server 2013.
2121
2222## SYNTAX
2323
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-
3624### RoutingGroup
3725```
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>]
3928```
4029
4130### Tenant
4231```
43- Get-CsPoolFabricState [-Tenant] <Guid> [-Confirm ] [-Force ] [-WhatIf ] [<CommonParameters>]
32+ Get-CsPoolFabricState [-Tenant] <Guid> [-Force ] [-WhatIf ] [-Confirm ] [<CommonParameters>]
4433```
4534
4635### User
4736```
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>]
4945```
5046
5147## DESCRIPTION
@@ -54,7 +50,6 @@ This includes information about Windows Fabric replica instances for any (or all
5450
5551The functions carried out by the Get-CsPoolFabricState cmdlet are not available in Skype for Business Server Control Panel.
5652
57-
5853## EXAMPLES
5954
6055### Example 1
@@ -83,13 +78,13 @@ This is done by including the Type parameter and the parameter value "MCU".
8378Suppresses the display of any non-fatal error message that might occur when running the command.
8479
8580``` yaml
86- Type : SwitchParameter
81+ Type : System.Management.Automation. SwitchParameter
8782Parameter Sets : (All)
8883Aliases :
8984
9085Required : False
9186Position : Named
92- Default value : None
87+ Default value : False
9388Accept pipeline input : False
9489Accept wildcard characters : False
9590` ` `
@@ -101,7 +96,7 @@ Accept wildcard characters: False
10196PARAMVALUE: String
10297
10398` ` ` yaml
104- Type : String
99+ Type : System. String
105100Parameter Sets : PoolFqdn
106101Aliases :
107102
@@ -112,6 +107,21 @@ Accept pipeline input: False
112107Accept wildcard characters : False
113108` ` `
114109
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+
115125### -OutputCsvFile
116126
117127> Applicable: Skype for Business Server 2015, Skype for Business Server 2019
@@ -130,6 +140,21 @@ Accept pipeline input: False
130140Accept wildcard characters : False
131141` ` `
132142
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+
133158### -PoolFqdn
134159
135160> 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:
140165` -PoolFqdn "atl-cs-001.litwareinc.com"`
141166
142167` ` ` yaml
143- Type: String
168+ Type: System. String
144169Parameter Sets: PoolFqdn
145170Aliases:
146171
147172Required: 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
149219Default value: None
150220Accept pipeline input: False
151221Accept wildcard characters: False
@@ -159,7 +229,7 @@ Globally unique identifier (GUID) of the Windows Fabric routing group to be retu
159229Routing groups are used to specify the servers that users log onto.
160230
161231` ` ` yaml
162- Type: String
232+ Type: System. String
163233Parameter Sets: RoutingGroup
164234Aliases:
165235
@@ -177,7 +247,7 @@ Accept wildcard characters: False
177247PARAMVALUE : String
178248
179249` ` ` yaml
180- Type: String
250+ Type: System. String
181251Parameter Sets: PoolFqdn
182252Aliases:
183253
@@ -195,13 +265,13 @@ Accept wildcard characters: False
195265PARAMVALUE : SwitchParameter
196266
197267` ` ` yaml
198- Type: SwitchParameter
268+ Type: System.Management.Automation. SwitchParameter
199269Parameter Sets: PoolFqdn
200270Aliases:
201271
202272Required: False
203273Position: Named
204- Default value: None
274+ Default value: False
205275Accept pipeline input: False
206276Accept wildcard characters: False
207277` ` `
@@ -220,7 +290,7 @@ You can return the tenant ID for each of your Skype for Business Online tenants
220290` Get-CsTenant | Select-Object DisplayName, TenantID`
221291
222292` ` ` yaml
223- Type: Guid
293+ Type: System. Guid
224294Parameter Sets: Tenant
225295Aliases:
226296
@@ -247,8 +317,8 @@ LYSS (returns information for the Lync Server Storage service)
247317You can only specify a single type per command.
248318
249319` ` ` yaml
250- Type: FabricEnumerationType
251- Parameter Sets: (All), PoolFqdn
320+ Type: System.String
321+ Parameter Sets: PoolFqdn
252322Aliases:
253323
254324Required: False
@@ -270,7 +340,7 @@ For example, to check the Windows fabric state for the user Ken Myer use this sy
270340Note that you can only specify one user URI per command.
271341
272342` ` ` yaml
273- Type: UserIdParameter
343+ Type: Microsoft.Rtc.Management.AD. UserIdParameter
274344Parameter Sets: User
275345Aliases:
276346
@@ -288,13 +358,13 @@ Accept wildcard characters: False
288358Prompts you for confirmation before executing the command.
289359
290360` ` ` yaml
291- Type: SwitchParameter
361+ Type: System.Management.Automation. SwitchParameter
292362Parameter Sets: (All)
293363Aliases: cf
294364
295365Required: False
296366Position: Named
297- Default value: None
367+ Default value: False
298368Accept pipeline input: False
299369Accept wildcard characters: False
300370` ` `
@@ -306,33 +376,29 @@ Accept wildcard characters: False
306376Describes what would happen if you executed the command without actually executing the command.
307377
308378` ` ` yaml
309- Type: SwitchParameter
379+ Type: System.Management.Automation. SwitchParameter
310380Parameter Sets: (All)
311381Aliases: wi
312382
313383Required: False
314384Position: Named
315- Default value: None
385+ Default value: False
316386Accept pipeline input: False
317387Accept wildcard characters: False
318388` ` `
319389
320390# ## 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).
323392
324393# # INPUTS
325394
326395# ## None
327396
328-
329397# # OUTPUTS
330398
331399# ## String
332400String value representing the fabric state.
333401
334-
335402# # NOTES
336403
337-
338404# # RELATED LINKS
0 commit comments