随笔 - 656  文章 - 1  评论 - 265  阅读 - 321万

用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   草原和大树  阅读(2840)  评论(0编辑  收藏  举报
编辑推荐:
· 10年+ .NET Coder 心语,封装的思维:从隐藏、稳定开始理解其本质意义
· .NET Core 中如何实现缓存的预热?
· 从 HTTP 原因短语缺失研究 HTTP/2 和 HTTP/3 的设计差异
· AI与.NET技术实操系列:向量存储与相似性搜索在 .NET 中的实现
· 基于Microsoft.Extensions.AI核心库实现RAG应用
阅读排行:
· 10年+ .NET Coder 心语 ── 封装的思维:从隐藏、稳定开始理解其本质意义
· 地球OL攻略 —— 某应届生求职总结
· 提示词工程——AI应用必不可少的技术
· Open-Sora 2.0 重磅开源!
· 周边上新:园子的第一款马克杯温暖上架
< 2012年5月 >
29 30 1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31 1 2
3 4 5 6 7 8 9

点击右上角即可分享
微信分享提示