用pspasswd批量修改域内计算机本地管理员密码

使用说明:
pspasswd \\远程计算机IP -u 域内有管理权限的用户名 -p 域内有管理权限用户的密码 远程计算机本地管理员账号 修改后的远程计算机本地管理员账号的密码

password \\192.168.1.100 -u abc.com\Dadmin -p !@#123Qwe Administrator !@#$_ABcd

如果一次修改的电脑较多,也可以使用IP列表来统一修改,如下:
password \\c:\ip.txt -u abc.com\Dadmin -p !@#123Qwe Administrator !@#$_ABcd
c:\ip.txt 文件中存放需要修改密码的计算机的IP地址,每行一个地址。

以下是原文帮助
PsPasswd v1.22 – Local and remote password changer
PsPasswd changes passwords on a local or remote system.

Usage: pspasswd [\\[computer[,computer,[,...]|Domain]|@file] [-u Username [-p Pa
ssword]]] Username [NewPassword]
computer    Direct PsPasswd to perform the command on the remote
computer or computers specified. If you omit the computer
name PsPasswd runs the command on the local system,
and if you specify a wildcard (\\*), PsPasswd runs the
command on all computers in the current domain.
@file  PsPasswd will change the password on the computers listed
in the file.
-u       Specifies optional user name for login to remote
computer.
-p       Specifies optional password for user name. If you omit this
you will be prompted to enter a hidden password.
Username    Specifies name of account for password change.
NewPassword New password. If ommitted a NULL password is applied.

posted on 2012-05-02 09:47  草原和大树  阅读(2769)  评论(0编辑  收藏  举报