Skip to content

Latest commit

 

History

History
90 lines (67 loc) · 2.83 KB

Get-CsTeamsShiftsConnectionSyncResult.md

File metadata and controls

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

Get-CsTeamsShiftsConnectionSyncResult

SYNOPSIS

This cmdlet supports retrieving the list of user details in the mapped teams of last sync.

SYNTAX

Get-CsTeamsShiftsConnectionSyncResult -ConnectorInstanceId <string> -TeamId <string> [<CommonParameters>]

DESCRIPTION

This cmdlet supports retrieving the list of successful and failed users in the mapped teams of last sync.

EXAMPLES

Example 1

PS C:\> Get-CsTeamsShiftsConnectionSyncResult -ConnectorInstanceId "WCI-d1addd70-2684-4723-b8f2-7fa2230648c9" -TeamId "12345d29-7ee1-4259-8999-946953feb79e"
FailedAadUser FailedWfmUser                 SuccessfulUser
------------- -------------                 --------------
{LABRO}       {FRPET, WAROS, JOREE}        {user3@contoso.com, user2@contoso.comm, user@contoso.com}

Returns the successful and failed users in the team mapping of Teams 12345d29-7ee1-4259-8999-946953feb79e in the instance with ID WCI-d1addd70-2684-4723-b8f2-7fa2230648c9. LABRO in FailedAadUser column shows the list of users who failed to sync from Teams to Wfm. FRPET, WAROS, JOREE in FailedWfmUser column shows the list of users who failed to sync from Wfm to Teams. user3@contoso.com, user2@contoso.comm, user@contoso.com in SuccessfulUser column shows the list of users who synced in both Wfm and Teams.

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

-TeamId

The Teams team ID. It can be retrieved by visiting AzureAAD.

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