Skip to content

Commit 0ef91e1

Browse files
Update Remove-CsTeamsShiftsConnectionTeamMap.md
adding missing parameters
1 parent 36520d6 commit 0ef91e1

File tree

1 file changed

+34
-2
lines changed

1 file changed

+34
-2
lines changed

teams/teams-ps/teams/Remove-CsTeamsShiftsConnectionTeamMap.md

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ This cmdlet removes the mapping between the Microsoft Teams team and workforce m
1717

1818
## SYNTAX
1919

20-
```
21-
Remove-CsTeamsShiftsConnectionTeamMap -ConnectorInstanceId <String> -TeamId <string> [<CommonParameters>]
20+
```powershell
21+
Remove-CsTeamsShiftsConnectionTeamMap -ConnectorInstanceId <String> -TeamId <string> -InputObject <IConfigApiBasedCmdletsIdentity> [-PassThru] [<CommonParameters>]
2222
```
2323

2424
## DESCRIPTION
@@ -68,6 +68,38 @@ Accept pipeline input: False
6868
Accept wildcard characters: False
6969
```
7070
71+
### -InputObject
72+
73+
The identity parameter.
74+
75+
```yaml
76+
Type: IConfigApiBasedCmdletsIdentity
77+
Parameter Sets: RemoveViaIdentity
78+
Aliases:
79+
80+
Required: True
81+
Position: Named
82+
Default value: None
83+
Accept pipeline input: True (ByValue)
84+
Accept wildcard characters: False
85+
```
86+
87+
### -PassThru
88+
89+
Enables you to pass a user object through the pipeline that represents the user being assigned the policy.
90+
91+
```yaml
92+
Type: SwitchParameter
93+
Parameter Sets: (All)
94+
Aliases:
95+
96+
Required: False
97+
Position: Named
98+
Default value: None
99+
Accept pipeline input: False
100+
Accept wildcard characters: False
101+
```
102+
71103
### CommonParameters
72104
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).
73105

0 commit comments

Comments
 (0)