Skip to content

Latest commit

 

History

History
95 lines (71 loc) · 2.35 KB

Get-CsTeamsShiftsConnectionWfmUser.md

File metadata and controls

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

Get-CsTeamsShiftsConnectionWfmUser

SYNOPSIS

This cmdlet shows the list of Workforce management (WFM) users in a specified WFM team.

SYNTAX

Get-CsTeamsShiftsConnectionWfmUser -ConnectorInstanceId <string> -WfmTeamId <string> [<CommonParameters>]

DESCRIPTION

This cmdlet shows the list of Workforce management (WFM) users in a specified WFM team.

EXAMPLES

Example 1

PS C:\> Get-CsTeamsShiftsConnectionWfmUser -ConnectorInstanceId "WCI-4c231dd2-4451-45bd-8eea-bd68b40bab8b" -WfmTeamId "1000107"
Id      Name
--      ----
1000111 FRPET
1000121 WAROS
1000123 LABRO
1000125 JOREE
1006068 ABC
1006069 XYZ
1006095 DEF

Returns the users in the WFM team with ID 1000107 in the connection instances with ID WCI-4c231dd2-4451-45bd-8eea-bd68b40bab8b.

PARAMETERS

-ConnectorInstanceId

The ID of the connection instance. It can be retrieved 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

-WfmTeamId

The Teams team ID. It can be retrieved by running Get-CsTeamsShiftsConnectionWfmTeam.

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-CsTeamsShiftsConnectionInstance

Get-CsTeamsShiftsConnectionWfmTeam