Disable Mailbox activity
The Disable Mailbox activity disables the mailbox associated with a specified Active Directory account.
This activity implements the Microsoft Exchange Disable-Mailbox command.
To access this activity in the Workflow Editor, select the
Custom tab, and then navigate to .
注:
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
| Variable | Description |
|---|---|
| hostname | The hostname of the Exchange server with which the activity interacts. Do not enter an IP address in this variable. |
| domain | The name of the Exchange server's assigned domain. |
| user | Active Directory user who's mailbox should be disabled. The activity passes this value to Exchange as the Identity Exchange variable. |
| parameters | Optional parameters to pass to the Exchange server written in JavaScript
Object Notation (JSON). Exchange activities cannot pass parameters that reference
an object, such as a PSCredential object. Plain text is automatically converted to
SecureString objects for parameters that require that data type. Attempting to
save an activity that specifies duplicate parameters, including parameters from
activity variables, or incorrectly formatted JSON causes a warning message to
appear. 注: When passing a switch parameter, such as ForceUpgrade, you must
use the format "parameter":"true". |
Output variables
| Variable | Description |
|---|---|
| result | Either success or failure. |
| error | Error message if the operation fails. |
Conditions
| Condition | Description |
|---|---|
| Success | The activity succeeded in disabling the specified mailbox. |
| Failure | The activity failed to disable the specified mailbox. |