File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ This cmdlet gets the requested batch mapping operation. The batch mapping operat
20
20
## SYNTAX
21
21
22
22
```
23
- Get-CsTeamsShiftsConnectionOperation -OperationId <String> [<CommonParameters>]
23
+ Get-CsTeamsShiftsConnectionOperation -Id <String> [<CommonParameters>]
24
24
```
25
25
26
26
## DESCRIPTION
@@ -31,10 +31,10 @@ This cmdlet returns the details of a specific batch team mapping operation.
31
31
32
32
### Example 1
33
33
``` powershell
34
- PS C:\> Get-CsTeamsShiftsConnectionOperation -OperationId c79131b7-9ecb-484b-a8df-2959c7c1e5f2
34
+ PS C:\> Get-CsTeamsShiftsConnectionOperation -Id c79131b7-9ecb-484b-a8df-2959c7c1e5f2
35
35
```
36
36
``` output
37
- CreatedDateTime LastActionDateTime OperationId Status TenantId Type WfmConnectorInstanceId
37
+ CreatedDateTime LastActionDateTime Id Status TenantId Type WfmConnectorInstanceId
38
38
--------------- ------------------ ----------- ------ -------- ---- ----------------------
39
39
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
40
40
```
@@ -43,7 +43,7 @@ Returns the details of batch mapping operation with ID `c79131b7-9ecb-484b-a8df-
43
43
44
44
## PARAMETERS
45
45
46
- ### -OperationId
46
+ ### -Id
47
47
48
48
The ID of the batch mapping operation.
49
49
You can’t perform that action at this time.
0 commit comments