A basic create user form loaded in the Windows Forms client

A basic create user form loaded in the Windows Forms client

This is an example of a "Create user" form, loaded in the Windows Forms client. This forms takes minimal input (first/middle/lastname) and uses a department selection to determine advanced configuration such as Exchange server, home server and domain controller in the script execution. Those values become dependent on the department selection. Note that the helpdesk as no choice than to follow template guidelines supply the necessary information. As network administrator, you can carefully design what actually happens when the form is submitted, such as how the username/displayname should be generated, if a home directory is created (if so, any security settings?), and if an Exchange mailbox should be assigned. Such tasks are built using script actions which contains all necessary configuration options which would normally only be available in traditional scripting languages.

close window