It looks to me that wmi is the way to go
I found this
strComputer = "MyComputer"
Set objUser = GetObject("WinNT://" & strComputer & "/Administrator,user")
objUser.SetPassword "testpassword"
objUser.SetInfo
at this site
http://www.activexperts.com/activmon...inPassword.htm
I know that the system management guys at Project-Network do all this
sort of thing via wmi
If you get your script to work - I would love to see the result
cheers
AJ
James L Szatkowski, PE wrote:
Quote:
I'd like to see how to script (WSH or JS or VBS or even Python) a password
change in WinXP. Anyone seen such an animal?
I've seen some pushout scripts from Admin's on domains but I'm looking for a
simple user to change their domain password. It'd be nice
to script the regular password change so when it pops up, it's done with the
pattern I've established instead of doing it from memory every time.
I've looked through hours of Google search and I haven't seen one yet.
Thanks!!
Jim |
--
www.deployview.com www.nerds-central.com www.project-network.com