Reputation: 2926
I need to automate actions I do on a Remote Desktop. The au3recoder (which comes with Autoit) doesn't seem to record anything on the RDP.
Upvotes: 1
Views: 1783
Reputation: 1249
Of course it is possible. And you could use most of the "AutoIt" functions because they are C++ functions which windows have them all. The most accurate way to do it is to use CMD through AutoIt to get most of the informations. However the most elegant way would be using PowerShell.
Upvotes: 1
Reputation: 477
Yes, Autoit works on RDP machines if you execute the file on that machine. If you want to use it from your own PC over the RDP connection that could get difficult.
I recomend that you copy a file to your RDP machine to use all AutoIt functions.
Upvotes: 1