Edit

Share via


Disable-CsTeamsShiftsConnectionErrorReport

This cmdlet disables an error report.

Syntax

Default (Default)

Disable-CsTeamsShiftsConnectionErrorReport
    -ErrorReportId <String>
    [<CommonParameters>]

Description

Note: This cmdlet is currently in public preview.

This cmdlet disables an error report. All available instances can be found by running Get-CsTeamsShiftsConnectionErrorReport.

Examples

Example 1

PS C:\> Disable-CsTeamsShiftsConnectionErrorReport -ErrorReportId 18b3e490-e6ed-4c2e-9925-47e36609dff3

Disables the error report with ID 18b3e490-e6ed-4c2e-9925-47e36609dff3.

Parameters

-ErrorReportId

Applicable: Microsoft Teams

The ID of the error report that you want to disable.

Parameter properties

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

Parameter sets

(All)
Position:Named
Mandatory:True
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.