EasyLDFImport
| $19.95 |
|
Description by Publisher
Having a huge list of users you need to add, modify or even delete from your Active Directory. Here is the tool which makes this easy!
Supplying the console-application with a simple comma-delimited text-file containing a list of user-information and a command is all you need to do.
Simple Example:
users.csv file:
FirstName,LastName,OrganisationalUnit,Domain,Office,Phone
James,Simpson,tmpusers,exampledomain.com,Helpdesk,555helpdesk
Michael,Jones,tmpusers,exampledomain.com,Marketing,555marketing
The first row is the field names which should match the fieldnames in your LDFtemplate (example included with application).
Running the console-application:
EasyLDFImport users.csc output.ldf add
or even
EasyLDFImport users.csc auto add
which will automaticly import the users. You can even specify another domain.
That's basicly all there is to it!