This may not be the best place to post this as PERL is only part of my question but here goes: I need to add several thousand user accounts to a Windows 2000 Server (Active Directory). The accounts are exisitng accounts on multiple NT domains. Using PERL scripts coupled with Microsoft's addusers.exe I'm able to dump and manipulate the current user information as needed but I can't figure out how to add these accounts to the new domain (AD). Does anyone have experience with this? I think I need to use Microsoft's ADSI API to interface with the AD/LDAP and nearly all the examples and discussion I see on this use VBScript. I'd really prefer to stick with PERL as this processes will be part of a much larger PERL process already in place. Here are my questions: Can (and how/what modules) does PERL interface with this ASDI API for the Active Directory? Is this the best way to do it or am I overlooking other Win2K/AD commandline tools for user creation? (more of a windoze question, if you know of a better place to post this, let me know) If anyone has a simple example, I'd love to see it.
Thanks a lot in advance. ~Mike -------------------------------------------------------------- Mike Garner Western State College Email: [EMAIL PROTECTED] Voice: 970-943-3123 Fax: 970-943-7069 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]