in reply to Using Perl to create Windows NT/2000 user accounts

Using the reciped in "Win32 Perl Programming" (Roth, New Riders 2002) I use Win32::NetAdmin which installs with AS Perl on Win32. There are some other modules, particularly Win32::AdminMisc which can be found at http://www.roth.net/perl/adminmisc/.

No guarantees, but they work for me. However, looking at the POD for Win32API::Net I might give it a look!

jdtoronto

Updated fixed link.

  • Comment on Re: Using Perl to create Windows NT/2000 user accounts

Replies are listed 'Best First'.
Re^2: Using Perl to create Windows NT/2000 user accounts
by Herkum (Parson) on Jul 05, 2006 at 16:38 UTC
    Yeah, when I was learning Perl I was creating accounts via Win32::NetAdmin. Dave Roth, was the man! I don't know how I would been able to do anything administratively on Windows without his work.