有什么方法可以在psexec会话上输入RunAs的密码?

时间:2019-06-08 15:07:41

标签: powershell powershell-4.0 windows-server-2012-r2 psexec

我目前正在使用将远程会话与Psexec.exe结合使用的安装程序脚本,我试图在Psexec会话上运行RunAs命令,并且在提示输入密码后该会话的退出状态为1。

当前,安装程序假设可以在带有PSv4.0的Windows Server 2012 r2上运行

PS C:\> psexec \\Some IP -u <Username> -p <Password> cmd /c runas /user:Administrator "cmd.exe /k <Path for batch file>"

PsExec v2.2 - Execute processes remotely
Copyright (C) 2001-2016 Mark Russinovich
Sysinternals - www.sysinternals.com


Enter the password for Administrator:
cmd exited on 192.168.0.124 with error code 1.

由于某种原因,Psexec不会等待密码类型,只会引发会话并给出错误代码1。 很高兴会收到帮助

0 个答案:

没有答案