Example project - Goal
Goal of the example application is to create a number of user accounts in Active Directory for which the first and last name are available from a table in an MS-Access database.
In this example, a simple UMRA project is configured on the UMRA Service. The project creates a user account in Active Directory. The input of the project is the first and last name of the new user account. The input values are passed using the variables %FirstName% and %LastName%.
The MS-Access database contains a table with first and last names. Goal is to create the user accounts for all table entries. A Visual Basic script with UMRA COM objects is used to read the data from the MS-Access database and create a user account for each row.
|