Skip to content

Fix build errors in Skype and Teams content #12936

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ Debug-CsInterPoolReplication does not accept pipelined data.

## OUTPUTS

### String
### String

## NOTES

Expand Down
2 changes: 1 addition & 1 deletion skype/skype-ps/SkypeForBusiness/Disable-CsComputer.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## OUTPUTS

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


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## INPUTS

### Microsoft.Rtc.Management.WritableConfig.Settings.Edge.DisplayHostingProvider
### Microsoft.Rtc.Management.WritableConfig.Settings.Edge.DisplayHostingProvider
The Disable-CsHostingProvider cmdlet accepts pipelined instances of the hosting provider object.

## OUTPUTS
Expand Down
2 changes: 1 addition & 1 deletion skype/skype-ps/SkypeForBusiness/Disable-CsMeetingRoom.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
## INPUTS
### Microsoft.Rtc.Management.ADConnect.Schema.OCSADMeetingRoom
### Microsoft.Rtc.Management.ADConnect.Schema.OCSADMeetingRoom
### Microsoft.Rtc.Management.AD.UserIdParameter
Expand Down
2 changes: 1 addition & 1 deletion skype/skype-ps/SkypeForBusiness/Enable-CsPublicProvider.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## INPUTS

### Microsoft.Rtc.Management.WritableConfig.Settings.Edge.DisplayPublicProvider
### Microsoft.Rtc.Management.WritableConfig.Settings.Edge.DisplayPublicProvider
The Enable-CsPublicProvider cmdlet accepts pipelined instances of the public provider object.


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## INPUTS

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


Expand Down
2 changes: 1 addition & 1 deletion skype/skype-ps/SkypeForBusiness/Get-CsDialPlan.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## OUTPUTS

### Microsoft.Rtc.Management.WritableConfig.Policy.Voice.LocationProfile
### Microsoft.Rtc.Management.WritableConfig.Policy.Voice.LocationProfile


## NOTES
Expand Down
142 changes: 104 additions & 38 deletions skype/skype-ps/SkypeForBusiness/Get-CsPoolFabricState.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,31 +21,27 @@ This cmdlet was introduced in Lync Server 2013.

## SYNTAX

### (Default)
```
Get-CsPoolFabricState -PoolFqdn <String> [-Confirm] [-Force] [-Type <FabricEnumerationType>] [-WhatIf]
[<CommonParameters>]
```

### PoolFqdn
```
Get-CsPoolFabricState [-PoolFqdn] <String> [-Confirm] [-Force] [-HealthState <String>]
[-OutputCsvFile <String>] [-ServiceName <String>] [-ShowAll] [-WhatIf] [-Type <String>] [<CommonParameters>]
```

### RoutingGroup
```
Get-CsPoolFabricState [-RoutingGroup] <String> [-Confirm] [-Force] [-WhatIf] [<CommonParameters>]
Get-CsPoolFabricState [-RoutingGroup] <String> [-ReplicaBuildProgress] [-Force] [-MinutesToPoll <Int32>]
[-PollInterval <Int32>] [-ReplicaBuildProgressTimeout <Int32>] [-WhatIf] [-Confirm] [<CommonParameters>]
```

### Tenant
```
Get-CsPoolFabricState [-Tenant] <Guid> [-Confirm] [-Force] [-WhatIf] [<CommonParameters>]
Get-CsPoolFabricState [-Tenant] <Guid> [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
```

### User
```
Get-CsPoolFabricState [-UserUri] <UserIdParameter> [-Confirm] [-Force] [-WhatIf] [<CommonParameters>]
Get-CsPoolFabricState [-UserUri] <UserIdParameter> [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
```

### PoolFqdn
```
Get-CsPoolFabricState -PoolFqdn <String> [-HealthState <String>] [-ShowAll] [-OutputCsvFile <String>]
[-ServiceName <String>] [-Force] [-Type <String>] [-QueryTimeout <Int32>] [-WhatIf] [-Confirm]
[<CommonParameters>]
```

## DESCRIPTION
Expand All @@ -54,7 +50,6 @@ This includes information about Windows Fabric replica instances for any (or all

The functions carried out by the Get-CsPoolFabricState cmdlet are not available in Skype for Business Server Control Panel.


## EXAMPLES

### Example 1
Expand Down Expand Up @@ -83,13 +78,13 @@ This is done by including the Type parameter and the parameter value "MCU".
Suppresses the display of any non-fatal error message that might occur when running the command.

```yaml
Type: SwitchParameter
Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
```
Expand All @@ -101,7 +96,7 @@ Accept wildcard characters: False
PARAMVALUE: String

```yaml
Type: String
Type: System.String
Parameter Sets: PoolFqdn
Aliases:

Expand All @@ -112,6 +107,21 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -MinutesToPoll
Max number of minutes for which the cmdlet will poll cluster manager for replica build progress

```yaml
Type: System.Int32
Parameter Sets: RoutingGroup
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -OutputCsvFile

> Applicable: Skype for Business Server 2015, Skype for Business Server 2019
Expand All @@ -130,6 +140,21 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -PollInterval
Interval in seconds between cluster manager polls for replica build progress

```yaml
Type: System.Int32
Parameter Sets: RoutingGroup
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -PoolFqdn

> Applicable: Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019
Expand All @@ -140,12 +165,57 @@ You must supply the FQDN of a pool when calling this cmdlet; for example:
`-PoolFqdn "atl-cs-001.litwareinc.com"`

```yaml
Type: String
Type: System.String
Parameter Sets: PoolFqdn
Aliases:

Required: True
Position: 1
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -QueryTimeout
Query timeout period in minutes to retrieve the state of fabric services.

```yaml
Type: System.Int32
Parameter Sets: PoolFqdn
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -ReplicaBuildProgress
If a replica is being built for the given RG, polls for the status of the build

```yaml
Type: System.Management.Automation.SwitchParameter
Parameter Sets: RoutingGroup
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -ReplicaBuildProgressTimeout
The number of seconds for which no replica build progress has been made before considering progress to be stuck

```yaml
Type: System.Int32
Parameter Sets: RoutingGroup
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Expand All @@ -159,7 +229,7 @@ Globally unique identifier (GUID) of the Windows Fabric routing group to be retu
Routing groups are used to specify the servers that users log onto.

```yaml
Type: String
Type: System.String
Parameter Sets: RoutingGroup
Aliases:

Expand All @@ -177,7 +247,7 @@ Accept wildcard characters: False
PARAMVALUE: String

```yaml
Type: String
Type: System.String
Parameter Sets: PoolFqdn
Aliases:

Expand All @@ -195,13 +265,13 @@ Accept wildcard characters: False
PARAMVALUE: SwitchParameter

```yaml
Type: SwitchParameter
Type: System.Management.Automation.SwitchParameter
Parameter Sets: PoolFqdn
Aliases:

Required: False
Position: Named
Default value: None
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
```
Expand All @@ -220,7 +290,7 @@ You can return the tenant ID for each of your Skype for Business Online tenants
`Get-CsTenant | Select-Object DisplayName, TenantID`

```yaml
Type: Guid
Type: System.Guid
Parameter Sets: Tenant
Aliases:

Expand All @@ -247,8 +317,8 @@ LYSS (returns information for the Lync Server Storage service)
You can only specify a single type per command.

```yaml
Type: FabricEnumerationType
Parameter Sets: (All), PoolFqdn
Type: System.String
Parameter Sets: PoolFqdn
Aliases:

Required: False
Expand All @@ -270,7 +340,7 @@ For example, to check the Windows fabric state for the user Ken Myer use this sy
Note that you can only specify one user URI per command.

```yaml
Type: UserIdParameter
Type: Microsoft.Rtc.Management.AD.UserIdParameter
Parameter Sets: User
Aliases:

Expand All @@ -288,13 +358,13 @@ Accept wildcard characters: False
Prompts you for confirmation before executing the command.

```yaml
Type: SwitchParameter
Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases: cf

Required: False
Position: Named
Default value: None
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
```
Expand All @@ -306,33 +376,29 @@ Accept wildcard characters: False
Describes what would happen if you executed the command without actually executing the command.

```yaml
Type: SwitchParameter
Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases: wi

Required: False
Position: Named
Default value: None
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
```

### CommonParameters
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).

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).

## INPUTS

### None


## OUTPUTS

### String
String value representing the fabric state.


## NOTES


## RELATED LINKS
Loading
Loading