Set AD User Password
This Automation Manager object sets the AD users password.
Privileges
Normal
Input Parameters
Name | Type | Required | Description |
---|---|---|---|
CommonName | 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 |
User DN | String | Yes | The distinguished name of the user. |
New Password | String | Yes | User's new password. |
User Needs to Change Password at Next Logon | Boolean | Yes | Determines whether user needs to change password at next logon. |
Output Parameters
Name | Type | Description |
---|---|---|
Result | Number | Returns a success value of zero or any value other than zero to indicate failure. |
Result String | String | Object execution error details. |
Example Input Parameters
Name | Type | Required | Example |
---|---|---|---|
Common Name | String | Yes | Jsmith |
Domain | String | Yes | Abc.com |
User DN | String | Yes | CN=Jon Smith,CN=Users,DC=ABC,DC=com |
New Password | String | Yes | Password!@# |
User Needs to Change Password at Next Logon | Boolean | Yes | true |