---
title: "Manual Operation"
---
Halts the execution until an individual or group completes a specified task.
Perform-ManualOperation(
Name: <text>,
[Description: <text>],
AssignedTo: <text>,
[SendEmail: <true/false>],
[CC: <@(text)>]
);
This operation may be prefixed with Core::
, although this is a built-in namespace and isn't really necessary.
Name | Format | Script Usage | Usage Notes |
---|---|---|---|
☆ Task name | text | Name | The name of the task that uniquely identifies it in the UI. This argument is required. |
Task description | text | Description | |
☆ Assigned to | text | AssignedTo | The user or group who is responsible to complete the specified task. Default value is "$ExecutionUser". This argument is required. |
Send email to assignees | true/false | SendEmail | |
CC email addresses | @(text) | CC |