Modifier

Get-CsTeamsShiftsConnectionOperation

This cmdlet gets the requested batch mapping operation. The batch mapping operation can be submitted by running New-CsTeamsShiftsConnectionBatchTeamMap.

Syntax

Get-CsTeamsShiftsConnectionOperation
   -OperationId <String>
   [<CommonParameters>]

Description

This cmdlet returns the details of a specific batch team mapping operation.

Examples

Example 1

PS C:\> Get-CsTeamsShiftsConnectionOperation -OperationId c79131b7-9ecb-484b-a8df-2959c7c1e5f2

CreatedDateTime      LastActionDateTime   Id                                     Status     TenantId                             Type                  WfmConnectorInstanceId
---------------      ------------------   -----------                                     ------     --------                             ----                  ----------------------
12/6/2021 7:28:51 PM 12/6/2021 7:28:51 PM c79131b7-9ecb-484b-a8df-2959c7c1e5f2            NotStarted dfd24b34-ccb0-47e1-bdb7-e49db9c7c14a TeamsMappingOperation WCI-2afeb8ec-a0f6-4580-8f1e-85fd4a113e01

Returns the details of batch mapping operation with ID c79131b7-9ecb-484b-a8df-2959c7c1e5f2.

Parameters

-Id

The ID of the batch mapping operation.

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Microsoft Teams