Skip to content

Commit 646926f

Browse files
Update Get-CsTeamsShiftsConnectionWfmTeam.md
adding missing parameters
1 parent d0cbdc0 commit 646926f

File tree

1 file changed

+145
-1
lines changed

1 file changed

+145
-1
lines changed

teams/teams-ps/teams/Get-CsTeamsShiftsConnectionWfmTeam.md

Lines changed: 145 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,32 @@ This cmdlet supports retrieving the list of available Workforce management (WFM)
1717

1818
## SYNTAX
1919

20+
### Get (Default)
21+
```powershell
22+
Get-CsTeamsShiftsConnectionWfmTeam -ConnectorInstanceId <String> [-Break]
23+
[-HttpPipelineAppend <SendAsyncStep[]>] [-HttpPipelinePrepend <SendAsyncStep[]>] [-Proxy <Uri>]
24+
[-ProxyCredential <PSCredential>] [-ProxyUseDefaultCredentials] [<CommonParameters>]
25+
```
26+
27+
### Get1
28+
```powershell
29+
Get-CsTeamsShiftsConnectionWfmTeam -ConnectionId <String> [-Authorization <String>] [-Break]
30+
[-HttpPipelineAppend <SendAsyncStep[]>] [-HttpPipelinePrepend <SendAsyncStep[]>] [-Proxy <Uri>]
31+
[-ProxyCredential <PSCredential>] [-ProxyUseDefaultCredentials] [<CommonParameters>]
32+
```
33+
34+
### GetViaIdentity1
35+
```powershell
36+
Get-CsTeamsShiftsConnectionWfmTeam -InputObject <IConfigApiBasedCmdletsIdentity> [-Authorization <String>]
37+
[-Break] [-HttpPipelineAppend <SendAsyncStep[]>] [-HttpPipelinePrepend <SendAsyncStep[]>] [-Proxy <Uri>]
38+
[-ProxyCredential <PSCredential>] [-ProxyUseDefaultCredentials] [<CommonParameters>]
2039
```
21-
Get-CsTeamsShiftsConnectionWfmTeam -ConnectionId <string> -ConnectorInstanceId <string> [<CommonParameters>]
40+
41+
### GetViaIdentity
42+
```powershell
43+
Get-CsTeamsShiftsConnectionWfmTeam -InputObject <IConfigApiBasedCmdletsIdentity> [-Break]
44+
[-HttpPipelineAppend <SendAsyncStep[]>] [-HttpPipelinePrepend <SendAsyncStep[]>] [-Proxy <Uri>]
45+
[-ProxyCredential <PSCredential>] [-ProxyUseDefaultCredentials] [<CommonParameters>]
2246
```
2347

2448
## DESCRIPTION
@@ -115,6 +139,126 @@ Accept pipeline input: False
115139
Accept wildcard characters: False
116140
```
117141
142+
### -Authorization
143+
Used to provide the necessary credentials for authenticating and authorizing the connection to the workforce management (WFM) system. This parameter ensures that the connection has the appropriate permissions to access and manage the data within the WFM system.
144+
145+
```yaml
146+
Type: String
147+
Parameter Sets: Get1, GetViaIdentity1
148+
Aliases:
149+
150+
Required: False
151+
Position: Named
152+
Default value: None
153+
Accept pipeline input: False
154+
Accept wildcard characters: False
155+
```
156+
157+
### -Break
158+
Wait for the .NET debugger to attach.
159+
160+
```yaml
161+
Type: SwitchParameter
162+
Parameter Sets: (All)
163+
Aliases:
164+
165+
Required: False
166+
Position: Named
167+
Default value: None
168+
Accept pipeline input: False
169+
Accept wildcard characters: False
170+
```
171+
172+
### -HttpPipelineAppend
173+
SendAsync Pipeline Steps to be appended to the front of the pipeline.
174+
175+
```yaml
176+
Type: SendAsyncStep[]
177+
Parameter Sets: (All)
178+
Aliases:
179+
180+
Required: False
181+
Position: Named
182+
Default value: None
183+
Accept pipeline input: False
184+
Accept wildcard characters: False
185+
```
186+
187+
### -HttpPipelinePrepend
188+
SendAsync Pipeline Steps to be prepended to the front of the pipeline.
189+
190+
```yaml
191+
Type: SendAsyncStep[]
192+
Parameter Sets: (All)
193+
Aliases:
194+
195+
Required: False
196+
Position: Named
197+
Default value: None
198+
Accept pipeline input: False
199+
Accept wildcard characters: False
200+
```
201+
202+
### -InputObject
203+
Identity Parameter
204+
205+
```yaml
206+
Type: IConfigApiBasedCmdletsIdentity
207+
Parameter Sets: GetViaIdentity1, GetViaIdentity
208+
Aliases:
209+
210+
Required: True
211+
Position: Named
212+
Default value: None
213+
Accept pipeline input: True (ByValue)
214+
Accept wildcard characters: False
215+
```
216+
217+
### -Proxy
218+
The URI for the proxy server to use.
219+
220+
```yaml
221+
Type: Uri
222+
Parameter Sets: (All)
223+
Aliases:
224+
225+
Required: False
226+
Position: Named
227+
Default value: None
228+
Accept pipeline input: False
229+
Accept wildcard characters: False
230+
```
231+
232+
### -ProxyCredential
233+
Credentials for a proxy server to use for the remote call.
234+
235+
```yaml
236+
Type: PSCredential
237+
Parameter Sets: (All)
238+
Aliases:
239+
240+
Required: False
241+
Position: Named
242+
Default value: None
243+
Accept pipeline input: False
244+
Accept wildcard characters: False
245+
```
246+
247+
### -ProxyUseDefaultCredentials
248+
Use the default credentials for the proxy.
249+
250+
```yaml
251+
Type: SwitchParameter
252+
Parameter Sets: (All)
253+
Aliases:
254+
255+
Required: False
256+
Position: Named
257+
Default value: None
258+
Accept pipeline input: False
259+
Accept wildcard characters: False
260+
```
261+
118262
### CommonParameters
119263
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).
120264

0 commit comments

Comments
 (0)