Al Mulnick
Guest
|
Posted:
Fri Jan 21, 2005 4:23 am Post subject:
Re: adding multiple accounts question in E2K |
|
|
Scripting is far easier, since you eventually want to make changes to the
accounts.
CSVDE is the equivalent if you want to create users. LDIFDE is the
equivalent if you want to modify them as well.
VBSCRIPT, PERL, etc are much better for this type of deal.
Here's one example.
http://www.houseofqueues.com//CodeSamples/CreateUsers.html
It's rough, but it works just fine for creating users in a test environment.
If you wanted to create them with specifics, you'd want to read that
information from a text file, preferrably from a CSV export of your current
environment.
Al
"Robert Eberhart" <robert.eberhart@remove.ahsys.org> wrote in message
news:OwQI0qz$EHA.936@TK2MSFTNGP12.phx.gbl...
| Quote: | In 5.5 I could use a csv file to import new email accounts. Can I do this
in E2K? What are the headers needed for the file? I want to create about
700 accounts with email and set the password, force pwd change, so forth
and so on. Any help with this would be greatly appreciated. |
|
|