PsTools 无法通过 IP 地址远程连接

PsTools Cannot Connect Remotely with IP Address

我需要使用 PsTools 从几台电脑上远程抓取信息。

目前,我使用以下命令通过以太网连接获得所需的所有信息:psinfo \(computer name) -u User -p Password

但我现在需要通过他们的 ip 地址远程连接和 运行 命令。它们通过蜂窝连接连接到互联网。 据说我应该使用类似的东西:

psexec \(IP Address) -u (IP Address)\User -p Password cmd

它应该只是连接,但我却收到 "The network path was not found" 和 "cannot connect to remote registry on (IP Address)"

之类的消息

我已经应用了远程执行命令所需的注册表更改:https://support.microsoft.com/en-us/kb/951016 所以我没有问题。

我应该如何连接到电脑?我是否使用了错误的命令或语法?

psexec 首先 运行 要求接受 eula...您需要添加 /accepteula 参数...第二件事是您需要在 HOME 网络,而不是 PUBLIC 一个...如果网络设置为 PUBLICRPC 不可用。