Change All Local Admin Passwords
Change Local Administrator Password Remotely
Download the utility 'cryptpwd' from :
http://www.jsiinc.com/dl/c
Now just create a text file containing all your server names
(e.g. serverlist.txt) and then create a batch file with the following line :
FOR /F %%x in (serverlist.txt) do cryptpwd -m \\%%x -P newpassword
(where newpassword is the password you want to set as the
local administrator password on the servers.)
(You obviously need to have admin. rights to the servers in order
to change the password.)
This method changes the password immediately.
From http://infocenter.cramsess
--------------------------
For a VB Solution see http://www.experts-exchang
http://www.microsoft.com/t
For a WMI Solution see http:Q_21098121.html#11852
Also see
Program: ResetPW.EXE: Remote Password Change Utility
http://wettberg.home.texas
Main Topics
Browse All Topics





by: 1stITMANPosted on 2005-02-09 at 00:54:48ID: 13261969
Assalam m/WindowsS cripting/A rticle/ Art icleID/746 1/7461.htm l m/Windows/ Article/Ar ticleID/24 210/ 24210. html m/Article/ ArticleID/ 16292/ 1629 2.html
You could use scripting
http://www.windowsitpro.co
http://www.windowsitpro.co
http://www.windowsitpro.co
Hope the above help.