The UMRA implementation consists of a number of projects. All projects are UMRA Automation projects. The main project is scheduled to be executed every night. The main project eventually initiates the execution of all other projects.
Project
|
Description
|
PhoneBook_ADsync_Init
|
Simple projects, called by other project to initializes a number of variables.
|
PhoneBook_ADsync_Main
|
Main project, scheduled by the UMRA Service, collects data from both the phonebook database and Active Directory and executes project PhoneBook_ADsync_Evaluate for each individual employee e.g. user account.
|
PhoneBook_ADsync_Evaluate
|
Evaluates the data of a single employee e.g. user account and executes the appropriate project to perform a synchronization action.
|
PhoneBook_ADsync_CreateUser
|
Creates a user account in Active Directory.
|
PhoneBook_ADsync_UpdateUser
|
Updates a phone number of a user account in Active Directory.
|
PhoneBook_ADsync_DeleteUser
|
Delete a user account from Active Directory/
|