Skip to content

Latest commit

 

History

History
133 lines (106 loc) · 3.18 KB

Get-CsTeamsShiftsConnectionWfmTeam.md

File metadata and controls

133 lines (106 loc) · 3.18 KB
external help file Module Name title author ms.author manager online version schema
Microsoft.TeamsCmdlets.PowerShell.Custom.dll-Help.xml
MicrosoftTeams
Get-CsTeamsShiftsConnectionWfmTeam
gucsun
gucsun
navinth
2.0.0

Get-CsTeamsShiftsConnectionWfmTeam

SYNOPSIS

This cmdlet supports retrieving the list of available Workforce management (WFM) teams in the connection instance.

SYNTAX

Get-CsTeamsShiftsConnectionWfmTeam -ConnectionId <string> -ConnectorInstanceId <string> [<CommonParameters>]

DESCRIPTION

This cmdlet shows the WFM teams that are not currently mapped to a Microsoft Teams team, and thus can be mapped to a Microsoft Teams team in the connection instance.

EXAMPLES

Example 1

PS C:\> Get-CsTeamsShiftsConnectionWfmTeam -ConnectorInstanceId "WCI-4c231dd2-4451-45bd-8eea-bd68b40bab8b"
Id      Name
--      ----
1000105 0002 - Bucktown
1000106 0003 - West Town
1000107 0005 - Old Town
1000108 0004 - River North
1000109 0001 - Wicker Park
1000111 2055
1000112 2056
1000114 1004
1000115 1003
1000116 1002
1000122 0010
1000124 0300
1000125 1000
1000126 4500
1000128 0006 - WFM Team 1
1000129 Test

Returns the WFM teams for the connection instance with ID WCI-4c231dd2-4451-45bd-8eea-bd68b40bab8b.

Example 2

PS C:\> Get-CsTeamsShiftsConnectionWfmTeam -ConnectionId "a2d1b091-5140-4dd2-987a-98a8b5338744"
Id      Name
--      ----
1000105 0002 - Bucktown
1000106 0003 - West Town
1000107 0005 - Old Town
1000108 0004 - River North
1000109 0001 - Wicker Park
1000111 2055
1000112 2056
1000114 1004
1000115 1003
1000116 1002
1000122 0010
1000124 0300
1000125 1000
1000126 4500
1000128 0006 - WFM Team 1
1000129 Test

Returns the WFM teams for the WFM connection with ID a2d1b091-5140-4dd2-987a-98a8b5338744.

PARAMETERS

-ConnectorInstanceId

The ID of the connection instance. You can retrieve it by running Get-CsTeamsShiftsConnectionInstance.

Type: String
Parameter Sets: (All)
Aliases:
Applicable: Microsoft Teams
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ConnectionId

The ID of the connection. You can retrieve it by running Get-CsTeamsShiftsConnection.

Type: String
Parameter Sets: (All)
Aliases:
Applicable: Microsoft Teams
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

RELATED LINKS

Get-CsTeamsShiftsConnection

Get-CsTeamsShiftsConnectionInstance

Get-CsTeamsShiftsConnectionWfmUser