Require AD User Password Change
Forces the user to change their password at next logon.
Privileges
Normal
Input Parameters
| Name | Type | Required | Description | 
|---|---|---|---|
| User | String | Yes | The user name (or SAMAccountName) for the Active Directory account. | 
| Domain Name | String | Yes | The name of the user’s domain. For example, DC=California,DC=local or California.local. | 
You can use the Get AD User Account Information object to obtain the User value.
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 | 
