iRobo.Activity.Create User

Create Active Directory user account.                                                                        

       

     Note: 

         Active Directory Scope Activity is designed to hold all Active Directory Activities.          

   

                               

                                                                       

Properties

Input

  • Account Name - Enter Active directory Account Name. (Mandatory)
  • Password - Enter user password as String value within "". (Mandatory)
  • Email - Enter email as String value within "".


Misc

  • DisplayName -  Activity header name.


Steps of Using Create User Activity   

  1. Open iRobo Studio, and then open a new Workflow.
  2. Drag Activity Directory Scope to the Sequence.
  3. Enter Active Directory Distinguished Name in Distinguished Name in Input as String within "".
  4. Enter Active Directory Domain Name in Domain Name in Input as String within "".
  5. Drag Create User Activity into Activity Directory Scope Activity.
  6. Enter the user account name as String within "" in Account Name in Input in Properties Panel.
  7. Create a secure string Variable and name it Password, then add it to Password in Input in Properties Panel; to create a user account password.
  8. Create a String Variable and name it plain, then add it to Password in Input in Properties Panel.
  9. Drag Assign Activity before Create User Activity.
  10. Enter the Password variable in To in the Assign Activity.
  11. Enter this line "new System.Net.NetworkCredential("",plain).SecurePassword" after = which will convert the String into a Secure String, as shown in the image below.

     

  1. Click the Save button from iRobo Studio Menu to save Workflow.
  2. Click the Play button to start the automated process, user account is created in the Active Directory.


Created with the Personal Edition of HelpNDoc: Free EBook and documentation generator