You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
334
+
335
+
```yaml
336
+
Type: String
337
+
Parameter Sets: (All)
338
+
Aliases:
339
+
340
+
Required: False
341
+
Position: Named
342
+
Default value: None
343
+
Accept pipeline input: False
344
+
Accept wildcard characters: False
345
+
```
346
+
347
+
### -ConnectionId
348
+
The WFM connection ID for the instance.
349
+
This can be retrieved by running Get-CsTeamsShiftsConnection (Get-CsTeamsShiftsConnection.md).
350
+
351
+
```yaml
352
+
Type: String
353
+
Parameter Sets: UpdateExpanded, Update
354
+
Aliases:
355
+
356
+
Required: True
357
+
Position: Named
358
+
Default value: None
359
+
Accept pipeline input: False
360
+
Accept wildcard characters: False
361
+
```
362
+
363
+
### -ConnectorId
364
+
Used to specify the unique identifier of the connector being used for the connection.
Used to specify settings that are unique to the connector being used. This parameter allows administrators to configure various properties specific to the workforce management (WFM) system they are integrating with Teams Shifts.
Used to manage concurrency control. It helps ensure that updates to a Shifts connection instance are only applied if the instance has not been modified since it was last retrieved. This is particularly useful in preventing conflicts when multiple administrators might be making changes simultaneously.
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).
0 commit comments