Task: Create AD user
Prerequisites
Active Directory module
Windows Active Directory system
Description
This task will create 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.
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 (Create AD user)
Name | Description | Type | Example | Comment |
---|---|---|---|---|
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 |