Reset AD User Password activity
-
- UpdatedFeb 1, 2024
- 2 minutes to read
- Washington DC
- Orchestration
The Reset AD User Password activity resets the password of a user account in Windows Active Directory.
If the new password violates any Active Directory password requirements, such as length or character combinations, the reset activity fails and returns the appropriate error message. This error appears in the ECC Queue and when you point to the activity in the Workflow Editor.
To access this activity in the Workflow Editor, select the
Custom tab, and then navigate to .
Note: This activity replaces an AD activity by
the same name available in prior releases. If you have a workflow that uses the deprecated
activity, your workflow will continue to work normally after upgrading to Instanbul.
However, all new workflows must use the custom version of this activity, which was built
with the PowerShell activity designer.
Input variables
Output variables
Variable | Description |
---|---|
result | One of the following outcomes:
|
errorMessage | The executionResult.errorMessages from the Activity designer parsing sources. |
hresult | Powershell command result. |
Conditions
Condition | Description |
---|---|
Success | Password was successfully reset. |
Policy Failure | New password does not comply with the organization's Active Directory requirements. |
Failure | An error occurred while attempting to reset the password. Additional details may be available in the workflow log. |