> HI, I wonder if there is a way to create an NT user with Perl? > Thanks >
Choose your poison: Win32::NetAdmin (with the UserCreate method, see the ActiveState docs), "the most perl-ish solution" Win32::OLE (by using ADSI, see http://msdn.microsoft.com/library/default.asp?url=/library/en-us/netdir/adsi /users_and_groups.asp), "the Microsoft way" There are others, including the command line utilities that come with NT, but the above are cleaner solutions. jpt _______________________________________________ Perl-Win32-Users mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users
