Previous Next
Opalis Integration Pack Version 2 for Microsoft Active Directory > Objects > Create User

Create User
The Create User object enables you to create a new user in Microsoft Active Directory.
How it is used
Use the Create User to automatically add a user to the domain as part of a User onboarding process.
Configuration
To configure the Create User object you need to know which connection you would like to use, the name of the user that you will be adding and the identifier of the container you are adding it to.
Properties Tab
 
Connection
Click the ellipsis button (...) and select the Microsoft Active Directory connection that you want to use.
Name
Type the name of the new user.
City
Type the city where this user is located.
Company
Type the name of the company that this user belongs to.
Department
Type the name of the department that this user belongs to.
Fax
Type the fax number for this user.
FirstName
Type the first name of the user.
HomePhone
Type the home phone number of the user.
Initials
Type the middle initials of the user.
LastName
Type the last name of the user.
Manager
Type the name of the user’s manager in the Department.
MobilePhone
Type the mobile phone number of the user.
Notes
Type any notes associated with this user.
Office
Type the office phone number or extension for this user.
Pager
Type the pager phone number for this user.
PhoneNumber
Type the phone number for this user that is easiest to reach them.
PostalCode
Type the postal code for this user.
PostOfficeBox
Type the P.O. Box number for the user.
SamAccountName
Type the account name that will be used for older versions of Windows such as Windows NT, 95, and 98.
StateOrProvince
Type the state or province where the user is located.
StreetAddress
Type the street address where the user is located.
Title
Type the professional title for the user.
UserPrincipleName
Type the preferred logon name for this user. This will be the username that the user will use to authenticate to Active Directory.
WebPage
Type the users web page address.
UserPassword
Type the password for this user.
ObjectAttributes
Type all the Active Directory attributes for this user as an array. The syntax should be equivalent to the following:
@{attr1='val1';attr2='val2';...}
Description
Type a description for the user.
DisplayName
Type the display name for the user.
ExcludedProperties
Type the list of attributes (separated by semicolons ‘;’) that will not be updated when creating the computer in the Microsoft Active Directory.
IncludedProperties
Type the list of attributes (separated by semicolons ‘;’) that will be updated when creating the computer in the Microsoft Active Directory.
DeserializeValues
Select whether to deserialze values from an input source such as a text file.
UseDefaultExcludedProperties
Select whether to exclude a default set of properties from being updated when this computer is created.
 
Available Published Data
Note:Some published data values will only be available if the corresponding Optional property was configured in the Properties tab.
 
Name
Description
City
The city specified for the user.
Command
The powershell command that was executed for this object.
Company
The company specified for the user.
Count
The number of items returned by the powershell command.
DN
The distiniguished name of the user.
Department
The department specified for the user.
Description
The description of the new computer.
DeserializeValues
The value of the DeserializeValues parameter.
DisplayName
The value of the Display Name attribute of the new computer.
ExcludedProperties
The properties that were excluded from being updated when the user was created.
Fax
The fax number specified for the user.
FirstName
The first name specified for the user.
HomePhone
The home phone number specified for the user.
IncludedProperties
The properties that were included to be updated when the user was created.
Initials
The initials specified for the user.
LastName
The last name specified for the user.
Manager
The manager specified for the user.
MobilePhone
The mobile phone number specified for the user.
Name
The name of the new user.
Notes
The notes specified for the user.
ObjectAttributes
The array of attributes that were specified for the user.
Office
The office phone number specified for the user.
Standard output
The standard out stream that was returned by the powershell command.
Pager
The pager phone number specified for the user.
ParentContainer
The distinguished name of the parent container of the new user.
PhoneNumber
The default phone number specified for the user.
PostOfficeBox
The P.O. Box number specified for the user.
PostalCode
The postal code specified for the user.
SamAccountName
The account name specified for the user for use with older versions of Windows.
StateOrProvince
The state or province specified for the user.
StreetAddress
The street address specified for the user.
Title
The professional title for the user.
UseDefaultExcludedProperties
The value of the UseDefaultExcludedProperties parameter.
UserPassword
The password that was specified for the user.
UserPrincipalName
The prefferred logon account name for the user.
WebPage
The specified addressed to the user’s personal web page.
Common Published Data

Previous Next