I am new to UiPath and would need assistance in triggering the Bot from a remote machine. I can execute the bot via command prompt from local machine, but can i do the same by triggering it from remote machine ? Please advise.
You add your machine with the robot service to Orchestrator, it will then send the process file to the machine, log in, run it and then log off again.
If the remote machine is logged on, you could maybe write some code and use the Remote Procedure Call API from Windows to run the RPA file without Orchestrator. But I believe that requires some coding.