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.
我希望通过 RDP 自动部署内容。当前设置涉及手动 RDP 到机器,将文件复制到它,并将其移动到位。一旦在远程机器上,我可以轻松地编写将内容按摩到位的脚本,但是如何编写建立 RDP 会话并启动远程脚本的脚本呢?
看来远程桌面只能交互使用。不过,Powershell Remoting 似乎实现了目标。