Online Docs

New-exCloneTask (REVIEW)

Clone an eTask task.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Set-exTasks
-Domain <String>
-TeamId <String>
-ChannelId <String>
-TaskId <String>
-Value @<Array>
[<CommonParameters>]

## Parameters
- Domain:
- The domain where Team site is hosted, teams.company.com.
- TeamId:
- Required Team ID to be used by the cmdlet. See Common Parameters section in this document for more information.
- ChannelId:
- Channel ID to be used by the cmdlet. Retrieve the value for this parameter by right-click on the team site or channel and press “Get Link” command.
- TaskId:
- Task ID to be used by the cmdlet.
- Cookie:
- Optional cookie token to be used to authenticated into Team environment for eTask cmdlets.
- FilterExp:
- Optional filter expression to be used by the cmdlet. See Common Parameters section in this document for more information.

## Outputs
New task object.

## Error
TBS.

## Examples
```powershell

Comment

Was this article helpful?
Thanks For Your Feedback