Edit

Share via


Debug-CsDataConference

Returns diagnostic information for the data conferencing capabilities included in Skype for Business Server.

Syntax

Default (Default)

Debug-CsDataConference
    [-Force]
    [-Report <String>]
    [-TargetFqdn <Fqdn>]
    [<CommonParameters>]

Description

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

Examples

Example 1

Debug-CsDataConference

The command shown in Example 1 returns diagnostic information for the Conferencing Server installed on the local computer.

Example 2

Debug-CsDataConference -TargetFqdn "atl-cs-001.litwareinc.com"

In Example 2, diagnostic information is returned for the Conferencing Server installed on the remote computer atl-cs-001.litwareinc.com.

Example 3

Debug-CsDataConference | Select-Object -ExpandProperty Details | Format-List

Example 3 returns detailed Conferencing Server diagnostic information for the local computer, but displays this information in an easy-to-read format. To do this, the command first calls the Debug-CsDataConference cmdlet to return the diagnostic information. That information is then piped to the Select-Object cmdlet. The Select-Object cmdlet uses the ExpandProperty parameter to return complete information for the Details property. (By default, only a small portion of the data in the Details property is displayed onscreen.) Finally, the data found in the Details property is piped to the Format-List cmdlet, which displays the data in an easy-to-read format.

Parameters

-Force

Applicable: Skype for Business Server 2015, Skype for Business Server 2019

Suppresses the display of any nonfatal error message that might occur when running the command.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Report

Applicable: Skype for Business Server 2015, Skype for Business Server 2019

Enables you to specify a file path for the log file created when the cmdlet runs. For example:

-Report "C:\Logs\DataConference.html"

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-TargetFqdn

Applicable: Skype for Business Server 2015, Skype for Business Server 2019

Fully qualified domain name of the computer where the Skype for Business Server 2015 Conferencing Server is installed. If this parameter is not included, the Debug-CsDataConference cmdlet will run against the local computer. If Conferencing Server is not installed on the local computer, an error will occur.

Parameter properties

Type:Fqdn
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

None

The Debug-CsDataConference cmdlet does not accept pipelined input.

Outputs

Microsoft.Rtc.Management.DataCollabDiag.ServerResult