Skip to content

Commit 988634d

Browse files
authored
Merge pull request #10958 from sofiamaniou/main
Update connectors cmdlets
2 parents aad8497 + d75ed01 commit 988634d

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: Remove-CsTeamsShiftsConnection
5+
author: sofiamaniou
6+
ms.author: somaniou
7+
manager: stepfitz
8+
online version: https://learn.microsoft.com/powershell/module/teams/remove-csteamsshiftsconnection
9+
schema: 2.0.0
10+
---
11+
12+
# Remove-CsTeamsShiftsConnection
13+
14+
## SYNOPSIS
15+
16+
This cmdlet deletes a Shifts connection.
17+
18+
## SYNTAX
19+
20+
```
21+
Remove-CsTeamsShiftsConnection -ConnectionId <String> [<CommonParameters>]
22+
```
23+
24+
## DESCRIPTION
25+
26+
This cmdlet deletes a connection. All available connections can be found by running [Get-CsTeamsShiftsConnection](Get-CsTeamsShiftsConnection.md).
27+
28+
## EXAMPLES
29+
30+
### Example 1
31+
```powershell
32+
PS C:\> Remove-CsTeamsShiftsConnection -ConnectionId 43cd0e23-b62d-44e8-9321-61cb5fcfae85
33+
```
34+
35+
Deletes the connection with ID `43cd0e23-b62d-44e8-9321-61cb5fcfae85`.
36+
37+
## PARAMETERS
38+
39+
### -ConnectionId
40+
41+
The ID of the connection that you want to delete.
42+
43+
```yaml
44+
Type: String
45+
Parameter Sets: (All)
46+
Aliases:
47+
Applicable: Microsoft Teams
48+
Required: True
49+
Position: Named
50+
Default value: None
51+
Accept pipeline input: False
52+
Accept wildcard characters: False
53+
```
54+
55+
### CommonParameters
56+
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).
57+
58+
## INPUTS
59+
60+
## OUTPUTS
61+
62+
## NOTES
63+
64+
## RELATED LINKS
65+
66+
[Get-CsTeamsShiftsConnection](Get-CsTeamsShiftsConnection.md)
67+
68+
[New-CsTeamsShiftsConnection](New-CsTeamsShiftsConnection.md)
69+
70+
[Set-CsTeamsShiftsConnection](Set-CsTeamsShiftsConnection.md)

0 commit comments

Comments
 (0)