Skip to content

Commit 6016143

Browse files
authored
Update Get-CsTeamsShiftsConnectionOperation.md
1 parent 06f6150 commit 6016143

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

teams/teams-ps/teams/Get-CsTeamsShiftsConnectionOperation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This cmdlet gets the requested batch mapping operation. The batch mapping operat
2020
## SYNTAX
2121

2222
```
23-
Get-CsTeamsShiftsConnectionOperation -OperationId <String> [<CommonParameters>]
23+
Get-CsTeamsShiftsConnectionOperation -Id <String> [<CommonParameters>]
2424
```
2525

2626
## DESCRIPTION
@@ -31,10 +31,10 @@ This cmdlet returns the details of a specific batch team mapping operation.
3131

3232
### Example 1
3333
```powershell
34-
PS C:\> Get-CsTeamsShiftsConnectionOperation -OperationId c79131b7-9ecb-484b-a8df-2959c7c1e5f2
34+
PS C:\> Get-CsTeamsShiftsConnectionOperation -Id c79131b7-9ecb-484b-a8df-2959c7c1e5f2
3535
```
3636
```output
37-
CreatedDateTime LastActionDateTime OperationId Status TenantId Type WfmConnectorInstanceId
37+
CreatedDateTime LastActionDateTime Id Status TenantId Type WfmConnectorInstanceId
3838
--------------- ------------------ ----------- ------ -------- ---- ----------------------
3939
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
4040
```
@@ -43,7 +43,7 @@ Returns the details of batch mapping operation with ID `c79131b7-9ecb-484b-a8df-
4343

4444
## PARAMETERS
4545

46-
### -OperationId
46+
### -Id
4747

4848
The ID of the batch mapping operation.
4949

0 commit comments

Comments
 (0)