This ought to get you started.

use Win32::NetAdmin;
   GroupCreate(server, group, comment);

   UserCreate(server, userName, password, passwordAge, privilege, homeDir, 
comment, flags, scriptPath);

   GroupAddUsers(server, groupName, users);


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to