From 5ea75c2c5aefd8829a641d0f6b270982e637bc3b Mon Sep 17 00:00:00 2001 From: Prashant Bafna Date: Wed, 6 Aug 2025 00:13:10 +0530 Subject: [PATCH 1/3] Move back Disable-CsTeamsShiftsConnectionErrorReport.md --- ...able-CsTeamsShiftsConnectionErrorReport.md | 70 +++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 teams/teams-ps/MicrosoftTeams/Disable-CsTeamsShiftsConnectionErrorReport.md diff --git a/teams/teams-ps/MicrosoftTeams/Disable-CsTeamsShiftsConnectionErrorReport.md b/teams/teams-ps/MicrosoftTeams/Disable-CsTeamsShiftsConnectionErrorReport.md new file mode 100644 index 0000000000..60edafb900 --- /dev/null +++ b/teams/teams-ps/MicrosoftTeams/Disable-CsTeamsShiftsConnectionErrorReport.md @@ -0,0 +1,70 @@ +--- +external help file: Microsoft.TeamsCmdlets.PowerShell.Custom.dll-Help.xml +Module Name: MicrosoftTeams +title: Disable-CsTeamsShiftsConnectionErrorReport +author: gucsun +ms.author: gucsun +manager: navinth +online version: https://learn.microsoft.com/powershell/module/teams/disable-csteamsshiftsconnectionerrorreport +schema: 2.0.0 +--- + +# Disable-CsTeamsShiftsConnectionErrorReport + +## SYNOPSIS + +This cmdlet disables an error report. + +## SYNTAX + +``` +Disable-CsTeamsShiftsConnectionErrorReport -ErrorReportId [] +``` + +## 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](https://learn.microsoft.com/powershell/module/teams/get-csteamsshiftsconnectionerrorreport). + +## EXAMPLES + +### Example 1 +```powershell +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. + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +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). + +## INPUTS + +## OUTPUTS + +## NOTES + +## RELATED LINKS + +[Get-CsTeamsShiftsConnectionErrorReport](https://learn.microsoft.com/powershell/module/teams/get-csteamsshiftsconnectionerrorreport) From 499313e33ab38831c1bd7f25f3bd9fd82673c000 Mon Sep 17 00:00:00 2001 From: Prashant Bafna Date: Wed, 6 Aug 2025 00:16:05 +0530 Subject: [PATCH 2/3] Delete teams/teams-ps/teams/Disable-CsTeamsShiftsConnectionErrorReport.md --- ...able-CsTeamsShiftsConnectionErrorReport.md | 70 ------------------- 1 file changed, 70 deletions(-) delete mode 100644 teams/teams-ps/teams/Disable-CsTeamsShiftsConnectionErrorReport.md diff --git a/teams/teams-ps/teams/Disable-CsTeamsShiftsConnectionErrorReport.md b/teams/teams-ps/teams/Disable-CsTeamsShiftsConnectionErrorReport.md deleted file mode 100644 index 60edafb900..0000000000 --- a/teams/teams-ps/teams/Disable-CsTeamsShiftsConnectionErrorReport.md +++ /dev/null @@ -1,70 +0,0 @@ ---- -external help file: Microsoft.TeamsCmdlets.PowerShell.Custom.dll-Help.xml -Module Name: MicrosoftTeams -title: Disable-CsTeamsShiftsConnectionErrorReport -author: gucsun -ms.author: gucsun -manager: navinth -online version: https://learn.microsoft.com/powershell/module/teams/disable-csteamsshiftsconnectionerrorreport -schema: 2.0.0 ---- - -# Disable-CsTeamsShiftsConnectionErrorReport - -## SYNOPSIS - -This cmdlet disables an error report. - -## SYNTAX - -``` -Disable-CsTeamsShiftsConnectionErrorReport -ErrorReportId [] -``` - -## 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](https://learn.microsoft.com/powershell/module/teams/get-csteamsshiftsconnectionerrorreport). - -## EXAMPLES - -### Example 1 -```powershell -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. - -```yaml -Type: String -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -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). - -## INPUTS - -## OUTPUTS - -## NOTES - -## RELATED LINKS - -[Get-CsTeamsShiftsConnectionErrorReport](https://learn.microsoft.com/powershell/module/teams/get-csteamsshiftsconnectionerrorreport) From c64405ddb8fe175081b003c2b3184093fda79db9 Mon Sep 17 00:00:00 2001 From: Prashant Bafna Date: Wed, 6 Aug 2025 00:28:49 +0530 Subject: [PATCH 3/3] Update MicrosoftTeams.md --- teams/teams-ps/MicrosoftTeams/MicrosoftTeams.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/teams/teams-ps/MicrosoftTeams/MicrosoftTeams.md b/teams/teams-ps/MicrosoftTeams/MicrosoftTeams.md index 5e7990cbf7..55e8182c05 100644 --- a/teams/teams-ps/MicrosoftTeams/MicrosoftTeams.md +++ b/teams/teams-ps/MicrosoftTeams/MicrosoftTeams.md @@ -35,6 +35,9 @@ The Connect-MicrosoftTeams cmdlet connects an authenticated account for use with ### [Disable-CsOnlineSipDomain](Disable-CsOnlineSipDomain.md) This cmdlet prevents provisioning of users in Skype for Business Online for the specified domain. +### [Disable-CsTeamsShiftsConnectionErrorReport](Disable-CsTeamsShiftsConnectionErrorReport.md) +This cmdlet disables an error report. + ### [Disconnect-MicrosoftTeams](Disconnect-MicrosoftTeams.md) {{Placeholder}}