If you use the same local admin password on a group of computers use the
"net user username newpassword" command in a batchfile that would be a
"startup" script and would be applied at next reboot of the computers. After
you configure the batch file, remove the users and everyone group from
permissions to it and give it read/execute permissions for the domain
computers group so that no one can navigate to the sysvol folder and read
the new password. If you go that route, try to do it at the OU level where
you could even move the computers to temporarily so that the local
administrator password gets changed only for that group of computers. If
servers are involved you need to change those passwords ASAP and can do it
remotely through Computer Management/local users and groups but you also
have to check the membership of the local administrators group in case some
user created and administrator account for himself.
http://support.microsoft.com/default.aspx?scid=kb;en-us;322241
You can also change user passwords remotely through the command line or in a
batch file using a utility from SysInternals called pspasswd. See the link
below for details. --- Steve
http://www.sysinternals.com/ntw2k/freeware/pspasswd.shtml