Create a headless Remote Desktop connection

為{幸葍}努か 提交于 2019-12-30 10:27:10

问题


I'm looking to automate deploying content via RDP. The current setup involves manually RDPing to the machine, copying the file to it, and moving it into place. Once on the remote machine, I can easily script massaging the content into place, but how do I script establishing the RDP session and kicking off the remote script?


回答1:


It appears that Remote Desktop can only be used interatively. Powershell Remoting seems to accomplish the goal though.



来源:https://stackoverflow.com/questions/15540856/create-a-headless-remote-desktop-connection

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!