Task: Update AD user
Prerequisites
Active Directory module
Windows Active Directory system
Description
This task will update a user in Windows Active Directory. This task can be used as a self-service task. An Active Directory Connection system can be configured in Automation > Systems for defining global variables for Windows Active Directory. You have to specify the AD user you want to update at the parameter AD UserAccount to Update, and all the other parameters can be configured with (new) values to update the AD UserAccount.
Active Directory Connection system
Name | Description | Type | Example | Comment |
---|---|---|---|---|
Domain | Specify the active directory domain | String | Enyoi.com | Parameter is required. |
Server | Specify the active directory server | String | Dc01.enyoi.com |
Variables (Update AD user)
Name | Description | Type | Example | Comment |
---|---|---|---|---|
AD UserAccount to Update | The Active Directory Account you want to update. | String | Jdoe01 | The lookup will be done on: Distinguished name, GUID, SID, Samaccountname and userprincipalname |
Samaccountname | Specify the Samaccountname of the user | String | Jdoe01 | Parameter is required. |
Name | Specify the Name of the user | String | John Doe | |
Userprincipalname | Specify the Userprincipalname of the user | String | ||
OU path | Specify the OU path of the user | String | OU=User,DC=Contoso,DC=local | |
Enabled | Specify whether the user account will be enabled or disabled | Switch | 'On' or 'Off' | Parameter is required. |
Password | Specify the password of the user | String | Tools4ever! | Parameter is required. |
First name | Specify the first name of the user | String | John | |
Last name | Specify the last name of the user | String | Doe | |
Display name | Specify the display name of the user | String | John Richard Doe | |
Description | Specify the description of the user | String | This account has limited permission | |
Office | Specify the office of the user | String | Seattle | |
City | Specify the city of the user | String | Washington | |
Telephone number | Specify the telephone number of the user | String | +1 288123455 | |
Specify the email address of the user | String | |||
Employee id | Specify the employee id of the user | String | 1234567 | |
Home phone | Specify the home phone number of the user | String | +1 188123456 | |
Mobile phone | Specify the mobile phone number of the user | string | +1 263765210 | |
Job title | Specify the job title of the user | String | Account Manager | |
Department | Specify the department of the user | String | Sales | |
Company | Specify the company of the user | String | Enyoi | |
Manager | Specify the Manager of the user | String | Manager01 | Should be an existing user within Active directory |