Skip to content

Commit 36520d6

Browse files
Update Remove-CsTeamsShiftsConnection.md
adding two missing parameters
1 parent 7491f33 commit 36520d6

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed

teams/teams-ps/teams/Remove-CsTeamsShiftsConnection.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This cmdlet deletes a Shifts connection.
1818
## SYNTAX
1919

2020
```
21-
Remove-CsTeamsShiftsConnection -ConnectionId <String> [<CommonParameters>]
21+
Remove-CsTeamsShiftsConnection -ConnectionId <String> -InputObject <IConfigApiBasedCmdletsIdentity> [-PassThru] [<CommonParameters>]
2222
```
2323

2424
## DESCRIPTION
@@ -52,6 +52,38 @@ Accept pipeline input: False
5252
Accept wildcard characters: False
5353
```
5454
55+
### -InputObject
56+
57+
The identity parameter.
58+
59+
```yaml
60+
Type: IConfigApiBasedCmdletsIdentity
61+
Parameter Sets: RemoveViaIdentity
62+
Aliases:
63+
64+
Required: True
65+
Position: Named
66+
Default value: None
67+
Accept pipeline input: True (ByValue)
68+
Accept wildcard characters: False
69+
```
70+
71+
### -PassThru
72+
73+
Enables you to pass a user object through the pipeline that represents the user being assigned the policy.
74+
75+
```yaml
76+
Type: SwitchParameter
77+
Parameter Sets: (All)
78+
Aliases:
79+
80+
Required: False
81+
Position: Named
82+
Default value: None
83+
Accept pipeline input: False
84+
Accept wildcard characters: False
85+
```
86+
5587
### CommonParameters
5688
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).
5789

0 commit comments

Comments
 (0)