Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我只是在创建一个小工具来在远程机器上执行 shell 命令并获取输出和错误。
我在所有权限下运行我的应用程序。
示例:我应该能够在远程机器上运行 dir /a 并获取其他命令的输出等。
我刚刚浏览了一下,发现 psexec 是为执行此任务而提供的工具。但我想使用 .net 框架来做到这一点。
如果我将使用 WMI,那么我不知道该过程何时完成并读取输出。
任何人以前都这样做过。
谢谢
你想为开发目的做一些类似远程调试的事情吗?
如果是这样:在 Visual Studio 中尝试远程调试。开始:Visual Studio > Visual Studio 工具 > Visual Studio 远程调试器