Enable Mailbox activity
-
- UpdatedFeb 1, 2024
- 2 minutes to read
- Washington DC
- Orchestration
The Enable Mailbox activity creates a new mailbox for an existing Active Directory user.
This activity implements the Microsoft Exchange Enable-Mailbox command.
To access this activity in the Workflow Editor, select the
Custom tab, and then navigate to .
Note: This activity replaces an Exchange activity by the same name available
in releases prior to Geneva. If you have a workflow created in a previous version that
uses the deprecated activity, your workflow will continue to work normally after upgrading
to Geneva. However, all new workflows must use the custom version of this activity. This
activity was built with the PowerShell activity designer, which gives workflow administrators the ability to store input and output variables in
the databus.
Input variables
Output variables
Variable | Description |
---|---|
result | Either success or failure. |
error | Error message if the operation fails. |
Conditions
Condition | Description |
---|---|
Success | The activity succeeded in creating a new mailbox for the specified user. |
Failure | The activity failed to create a new mailbox for the specified user. |