RE: changing passwords on nt

2003-02-10 Thread Meidling, Keith, CTR, OSD-C3I
Try using the Win32::AdminMisc module from www.roth.net In there, there's a SetPassword function that works nicely. -Original Message- From: Thomas Browner [mailto:[EMAIL PROTECTED]] Sent: Friday, February 07, 2003 11:50 AM To: [EMAIL PROTECTED] Subject: changing passwords on nt

Re: changing passwords on nt

2003-02-07 Thread Felix Geerinckx
on vr, 07 feb 2003 16:50:08 GMT, Thomas Browner wrote: > Is there a way to use perl to change nt password. If so could some tell > me how to do it. See http://www.roth.net/perl/adminmisc/#SetPassword -- felix -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [

changing passwords on nt

2003-02-07 Thread Thomas Browner
Is there a way to use perl to change nt password. If so could some tell me how to do it. Thomas