Skip to content

Commit 559940f

Browse files
Update Get-CsTeamsShiftsConnectionWfmUser.md
adding missing parameters and fixing syntax errors
1 parent 67aa9cc commit 559940f

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

teams/teams-ps/teams/Get-CsTeamsShiftsConnectionWfmUser.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ This cmdlet shows the list of Workforce management (WFM) users in a specified WF
1717

1818
## SYNTAX
1919

20-
```
21-
Get-CsTeamsShiftsConnectionWfmUser -ConnectorInstanceId <string> -WfmTeamId <string> [<CommonParameters>]
20+
```powershell
21+
Get-CsTeamsShiftsConnectionWfmUser -ConnectorInstanceId <string> -WfmTeamId <string> -InputObject <IConfigApiBasedCmdletsIdentity> [<CommonParameters>]
2222
```
2323

2424
## DESCRIPTION
@@ -79,6 +79,22 @@ Accept pipeline input: False
7979
Accept wildcard characters: False
8080
```
8181
82+
### -InputObject
83+
84+
The identity parameter.
85+
86+
```yaml
87+
Type: IConfigApiBasedCmdletsIdentity
88+
Parameter Sets: GetViaIdentity
89+
Aliases:
90+
91+
Required: True
92+
Position: Named
93+
Default value: None
94+
Accept pipeline input: True (ByValue)
95+
Accept wildcard characters: False
96+
```
97+
8298
### CommonParameters
8399
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).
84100

0 commit comments

Comments
 (0)