WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

Password Tips

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

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
File Created: 2001:03:01:13:20:08
Last Updated: 2001:03:01:13:20:08