|
| 1 | +--- |
| 2 | +external help file: Microsoft.TeamsCmdlets.PowerShell.Custom.dll-Help.xml |
| 3 | +Module Name: MicrosoftTeams |
| 4 | +title: Get-CsTeamsShiftsConnectionInstance |
| 5 | +author: gucsun |
| 6 | +ms.author: gucsun |
| 7 | +manager: navinth |
| 8 | +online version: https://docs.microsoft.com/powershell/module/teams/get-csteamsshiftsconnectioninstance |
| 9 | +schema: 2.0.0 |
| 10 | +--- |
| 11 | + |
| 12 | +# Get-CsTeamsShiftsConnectionInstance |
| 13 | + |
| 14 | +## SYNOPSIS |
| 15 | + |
| 16 | +**Note:** This cmdlet is currently in private preview. |
| 17 | + |
| 18 | +This cmdlet returns the list of existing connection instances. It can also return the configuration details for a given connection instance. |
| 19 | + |
| 20 | +## SYNTAX |
| 21 | + |
| 22 | +``` |
| 23 | +Get-CsTeamsShiftsConnectionInstance [[-ConnectorInstanceId] <String>] [<CommonParameters>] |
| 24 | +``` |
| 25 | + |
| 26 | +## DESCRIPTION |
| 27 | + |
| 28 | +This cmdlet returns the list of existing connections. It can also return the configuration details for a given connection instance. |
| 29 | + |
| 30 | +## EXAMPLES |
| 31 | + |
| 32 | +### Example 1 |
| 33 | +```powershell |
| 34 | +PS C:\> Get-CsTeamsShiftsConnectionInstance |
| 35 | +``` |
| 36 | +```output |
| 37 | +DesignatedActorId EnabledConnectorScenario EnabledWfiScenario Etag Id Name SyncFrequencyInMin TenantId |
| 38 | +----------------- ------------------------ ------------------ ---- -- ---- ------------------ -------- |
| 39 | +b75bbfa7-e92b-40fb-99a7-2d23b3404712 {Shift, SwapRequest, UserShiftPreferences, OpenShift…} {Shift, TimeOffRequest} "1d004f54-0000-0400-0000-60ce37120000" WCI-01c84e58-9a03-4e56-82f1-6b224132cad8 Vijay Connector Instance3 10 dfd24b34-ccb0-47e1-bdb… |
| 40 | +6dc2ffaf-fd37-4a4d-ab25-ba0b037cb567 {Shift, SwapRequest, OpenShift, OpenShiftRequest…} {Shift, SwapRequest, OpenShift, TimeOff…} "21007c43-0000-0400-0000-60d061300000" WCI-0e2af164-1dcf-4854-8551-631aeda3b437 Maosha test connector instance 10 dfd24b34-ccb0-47e1-bdb… |
| 41 | +928811a9-e74b-4ff0-afe8-ff9dbe824e7f {Shift, SwapRequest, OpenShift, OpenShiftRequest…} {Shift, SwapRequest, OpenShift, TimeOff…} "2100d271-0000-0400-0000-60d07d980000" WCI-8293ff48-f41a-4f00-8cb9-75ac7a01f6d5 xiaoxue test will delete soon 10 dfd24b34-ccb0-47e1-bdb… |
| 42 | +b75bbfa7-e92b-40fb-99a7-2d23b3404712 {Shift, SwapRequest, OpenShift, OpenShiftRequest…} {Shift, SwapRequest, OpenShift, TimeOff…} "23005736-0000-0400-0000-60d10a990000" WCI-922cb572-369d-42d2-969a-d4927cd3683b Vijay Test Connector PPE Instance DEMO 10 dfd24b34-ccb0-47e1-bdb… |
| 43 | +cbec0b9a-6161-4f6a-9067-9ec3eb881e56 {Shift, SwapRequest, UserShiftPreferences, OpenShift…} {Shift, SwapRequest, UserShiftPreferences, OpenShift…} "2300589a-0000-0400-0000-60d132270000" WCI-da788d04-1bd2-48b1-a261-1dd80bde86db Jingjing Connector Instance 10 dfd24b34-ccb0-47e1-bdb… |
| 44 | +``` |
| 45 | + |
| 46 | +Returns the list of connection instances. |
| 47 | + |
| 48 | +### Example 2 |
| 49 | +```powershell |
| 50 | +PS C:\> Get-CsTeamsShiftsConnectionInstance -ConnectorInstanceId "WCI-01c84e59-9a03-4e56-82f1-6b224132cad8" |
| 51 | +``` |
| 52 | +```output |
| 53 | +DesignatedActorId EnabledConnectorScenario EnabledWfiScenario Etag Id Name SyncFrequencyInMin TenantId WorkforceIntegrationId |
| 54 | +----------------- ------------------------ ------------------ ---- -- ---- ------------------ -------- ---------------------- |
| 55 | +b75bbfa7-e92b-40fb-99a7-2d23b3404712 {Shift, SwapRequest, UserShiftPreferences, OpenShift…} {Shift, TimeOffRequest} "1d004f54-0000-0400-0000-60ce37120000" WCI-01c84e58-9a03-4e56-82f1-6b224132cad8 Vijay Connector Instance3 10 dfd24b34-ccb0-47e1-bdb7-e49db9c7c14a WFI_3fd79702-15e4-4c97-9b0e-dd725e92c… |
| 56 | +``` |
| 57 | + |
| 58 | +Returns the connection instance with ID `WCI-01c84e59-9a03-4e56-82f1-6b224132cad8`. |
| 59 | + |
| 60 | +## PARAMETERS |
| 61 | + |
| 62 | +### -ConnectorInstanceId |
| 63 | + |
| 64 | +The ID of the connection instance. |
| 65 | + |
| 66 | +```yaml |
| 67 | +Type: String |
| 68 | +Parameter Sets: (All) |
| 69 | +Aliases: |
| 70 | +Applicable: Microsoft Teams |
| 71 | +Required: False |
| 72 | +Position: Named |
| 73 | +Default value: None |
| 74 | +Accept pipeline input: False |
| 75 | +Accept wildcard characters: False |
| 76 | +``` |
| 77 | +
|
| 78 | +### CommonParameters |
| 79 | +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). |
| 80 | +
|
| 81 | +## INPUTS |
| 82 | +
|
| 83 | +## OUTPUTS |
| 84 | +
|
| 85 | +## NOTES |
| 86 | +
|
| 87 | +## RELATED LINKS |
| 88 | +
|
| 89 | +[New-CsTeamsShiftsConnectionInstance](New-CsTeamsShiftsConnectionInstance.md) |
| 90 | +
|
| 91 | +[Set-CsTeamsShiftsConnectionInstance](Set-CsTeamsShiftsConnectionInstance.md) |
| 92 | +
|
| 93 | +[Test-CsTeamsShiftsConnectionValidate](Test-CsTeamsShiftsConnectionValidate.md) |
| 94 | +
|
| 95 | +[Remove-CsTeamsShiftsConnectionInstance](Remove-CsTeamsShiftsConnectionInstance.md) |
0 commit comments