Wilson WindowWare Tech Support

WinBatch WinBatch+Compiler WebBatch
Home | Tech Database | Tech BBS | White Papers | Purchase


Remote Password Alteration

Keywords: 	  Remote Password Alteration

The following works if the machine is on the domain and you have access rights to it. Also if its on the domain you can go into USRMGR (note: NOT MUSRMGR), under the User tab - Select Domain... then enter the machine name instead of the domain (EX: \\hiscomputer). this will bring up usrmgr for that machine and you can change the local password.
AddExtender("WWWNT34I.DLL")
; replace the X, Y,Z as required

machinename="XXXXX"
usrname="YYYYY"
password="ZZZZZ"
rc = wntUserSetDat("\\%machinename%",usrname,"password",password)

Article ID:   W13309
Filename:   Remote Password Alteration.txt