Unlock AD User Account
This Automation Manager object unlocks a user account.
Privileges
Normal
Input Parameters
Name | Type | Required | Description |
---|---|---|---|
User Name | String | Yes | The common name of the user. |
Domain | String | Yes | The name of the user’s domain. For example, DC=California,DC=local or California.local |
Output Parameters
Name | Type | Description |
---|---|---|
Result | Number | Returns a success value of zero or any value other than zero to indicate failure. |
Example Input Parameters
Name | Type | Required | Example |
---|---|---|---|
User Name | String | Yes | jsmith |
Domain | String | Yes | ABC.com |