Skip to content

Commit 118e82a

Browse files
committed
Fix build errors in Skype and Teams content
1 parent e9c3b3b commit 118e82a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+1812
-745
lines changed

skype/skype-ps/SkypeForBusiness/Debug-CsInterPoolReplication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ Debug-CsInterPoolReplication does not accept pipelined data.
227227

228228
## OUTPUTS
229229

230-
### String
230+
### String
231231

232232
## NOTES
233233

skype/skype-ps/SkypeForBusiness/Disable-CsComputer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
197197

198198
## OUTPUTS
199199

200-
### None
200+
### None
201201
Instead, Disable-CsComputer disables instances of the Microsoft.Rtc.Management.Deploy.Internal.Machine object.
202202

203203

skype/skype-ps/SkypeForBusiness/Disable-CsHostingProvider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
190190
191191
## INPUTS
192192
193-
### Microsoft.Rtc.Management.WritableConfig.Settings.Edge.DisplayHostingProvider
193+
### Microsoft.Rtc.Management.WritableConfig.Settings.Edge.DisplayHostingProvider
194194
The Disable-CsHostingProvider cmdlet accepts pipelined instances of the hosting provider object.
195195
196196
## OUTPUTS

skype/skype-ps/SkypeForBusiness/Disable-CsMeetingRoom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
176176
177177
## INPUTS
178178
179-
### Microsoft.Rtc.Management.ADConnect.Schema.OCSADMeetingRoom
179+
### Microsoft.Rtc.Management.ADConnect.Schema.OCSADMeetingRoom
180180
181181
### Microsoft.Rtc.Management.AD.UserIdParameter
182182

skype/skype-ps/SkypeForBusiness/Enable-CsPublicProvider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
179179
180180
## INPUTS
181181
182-
### Microsoft.Rtc.Management.WritableConfig.Settings.Edge.DisplayPublicProvider
182+
### Microsoft.Rtc.Management.WritableConfig.Settings.Edge.DisplayPublicProvider
183183
The Enable-CsPublicProvider cmdlet accepts pipelined instances of the public provider object.
184184
185185

skype/skype-ps/SkypeForBusiness/Get-CsAdminRoleAssignment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
119119

120120
## INPUTS
121121

122-
### String
122+
### String
123123
The Get-CsAdminRoleAssignment cmdlet accepts a pipelined string value representing the SamAccountName of a user.
124124

125125

skype/skype-ps/SkypeForBusiness/Get-CsDialPlan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
179179
180180
## OUTPUTS
181181
182-
### Microsoft.Rtc.Management.WritableConfig.Policy.Voice.LocationProfile
182+
### Microsoft.Rtc.Management.WritableConfig.Policy.Voice.LocationProfile
183183
184184
185185
## NOTES

skype/skype-ps/SkypeForBusiness/Get-CsPoolFabricState.md

Lines changed: 104 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -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

5551
The 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".
8378
Suppresses 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
8782
Parameter Sets: (All)
8883
Aliases:
8984

9085
Required: False
9186
Position: Named
92-
Default value: None
87+
Default value: False
9388
Accept pipeline input: False
9489
Accept wildcard characters: False
9590
```
@@ -101,7 +96,7 @@ Accept wildcard characters: False
10196
PARAMVALUE: String
10297
10398
```yaml
104-
Type: String
99+
Type: System.String
105100
Parameter Sets: PoolFqdn
106101
Aliases:
107102

@@ -112,6 +107,21 @@ Accept pipeline input: False
112107
Accept 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
130140
Accept 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
144169
Parameter Sets: PoolFqdn
145170
Aliases:
146171
147172
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
149219
Default value: None
150220
Accept pipeline input: False
151221
Accept wildcard characters: False
@@ -159,7 +229,7 @@ Globally unique identifier (GUID) of the Windows Fabric routing group to be retu
159229
Routing groups are used to specify the servers that users log onto.
160230

161231
```yaml
162-
Type: String
232+
Type: System.String
163233
Parameter Sets: RoutingGroup
164234
Aliases:
165235
@@ -177,7 +247,7 @@ Accept wildcard characters: False
177247
PARAMVALUE: String
178248

179249
```yaml
180-
Type: String
250+
Type: System.String
181251
Parameter Sets: PoolFqdn
182252
Aliases:
183253
@@ -195,13 +265,13 @@ Accept wildcard characters: False
195265
PARAMVALUE: SwitchParameter
196266

197267
```yaml
198-
Type: SwitchParameter
268+
Type: System.Management.Automation.SwitchParameter
199269
Parameter Sets: PoolFqdn
200270
Aliases:
201271
202272
Required: False
203273
Position: Named
204-
Default value: None
274+
Default value: False
205275
Accept pipeline input: False
206276
Accept 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
224294
Parameter Sets: Tenant
225295
Aliases:
226296
@@ -247,8 +317,8 @@ LYSS (returns information for the Lync Server Storage service)
247317
You 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
252322
Aliases:
253323
254324
Required: False
@@ -270,7 +340,7 @@ For example, to check the Windows fabric state for the user Ken Myer use this sy
270340
Note that you can only specify one user URI per command.
271341

272342
```yaml
273-
Type: UserIdParameter
343+
Type: Microsoft.Rtc.Management.AD.UserIdParameter
274344
Parameter Sets: User
275345
Aliases:
276346
@@ -288,13 +358,13 @@ Accept wildcard characters: False
288358
Prompts you for confirmation before executing the command.
289359

290360
```yaml
291-
Type: SwitchParameter
361+
Type: System.Management.Automation.SwitchParameter
292362
Parameter Sets: (All)
293363
Aliases: cf
294364
295365
Required: False
296366
Position: Named
297-
Default value: None
367+
Default value: False
298368
Accept pipeline input: False
299369
Accept wildcard characters: False
300370
```
@@ -306,33 +376,29 @@ Accept wildcard characters: False
306376
Describes 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
310380
Parameter Sets: (All)
311381
Aliases: wi
312382
313383
Required: False
314384
Position: Named
315-
Default value: None
385+
Default value: False
316386
Accept pipeline input: False
317387
Accept 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
332400
String value representing the fabric state.
333401

334-
335402
## NOTES
336403

337-
338404
## RELATED LINKS

0 commit comments

Comments
 (0)