Programmatically manipulating active RDP session

2019-08-11 00:09发布

I've got Mac OSX running and want to programmatically manipulate a active RDP session to for instance, perform actions within a launched program within the session (dynamics specifically, yet woudn't hurt to know a universal way).

I don't know if this is possible. Currently using a RDP file to launch the RDP session with credentials and have the process ID of my active session, retrieved via NSWorkspace. With that I can do the basic stuff like closing my session again, yet i want to manipulate the session.

My RDP client currently is Microsoft Remote Desktop.

Would wish to reach my goal in either bash or python.

1条回答
萌系小妹纸
2楼-- · 2019-08-11 00:41

Here are few ideas:

查看更多
登录 后发表回答