Skip to content

Commit c66b876

Browse files
committed
Restore deleted file
1 parent 72519fb commit c66b876

File tree

1 file changed

+70
-0
lines changed

1 file changed

+70
-0
lines changed
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
---
2+
external help file: Microsoft.TeamsCmdlets.PowerShell.Custom.dll-Help.xml
3+
Module Name: MicrosoftTeams
4+
title: Disable-CsTeamsShiftsConnectionErrorReport
5+
author: gucsun
6+
ms.author: gucsun
7+
manager: navinth
8+
online version: https://learn.microsoft.com/powershell/module/teams/disable-csteamsshiftsconnectionerrorreport
9+
schema: 2.0.0
10+
---
11+
12+
# Disable-CsTeamsShiftsConnectionErrorReport
13+
14+
## SYNOPSIS
15+
16+
This cmdlet disables an error report.
17+
18+
## SYNTAX
19+
20+
```
21+
Disable-CsTeamsShiftsConnectionErrorReport -ErrorReportId <String> [<CommonParameters>]
22+
```
23+
24+
## DESCRIPTION
25+
26+
**Note:** This cmdlet is currently in public preview.
27+
28+
This cmdlet disables an error report. All available instances can be found by running [Get-CsTeamsShiftsConnectionErrorReport](https://learn.microsoft.com/powershell/module/teams/get-csteamsshiftsconnectionerrorreport).
29+
30+
## EXAMPLES
31+
32+
### Example 1
33+
```powershell
34+
PS C:\> Disable-CsTeamsShiftsConnectionErrorReport -ErrorReportId 18b3e490-e6ed-4c2e-9925-47e36609dff3
35+
```
36+
37+
Disables the error report with ID `18b3e490-e6ed-4c2e-9925-47e36609dff3`.
38+
39+
## PARAMETERS
40+
41+
### -ErrorReportId
42+
43+
> Applicable: Microsoft Teams
44+
45+
The ID of the error report that you want to disable.
46+
47+
```yaml
48+
Type: String
49+
Parameter Sets: (All)
50+
Aliases:
51+
52+
Required: True
53+
Position: Named
54+
Default value: None
55+
Accept pipeline input: False
56+
Accept wildcard characters: False
57+
```
58+
59+
### CommonParameters
60+
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).
61+
62+
## INPUTS
63+
64+
## OUTPUTS
65+
66+
## NOTES
67+
68+
## RELATED LINKS
69+
70+
[Get-CsTeamsShiftsConnectionErrorReport](https://learn.microsoft.com/powershell/module/teams/get-csteamsshiftsconnectionerrorreport)

0 commit comments

Comments
 (0)