Tagged Questions
0
votes
1answer
21 views
Can you reach back into the local machine and execute an application with parameters from your remote session?
I am writing a program that is used as a RemoteApp from server to the client machine.
I know that using System.Windows.Forms.SystemInformation.TerminalServerSession I can determine if the current ...
2
votes
2answers
820 views
Command line RDP call CMD on target machine
I need to remote into ~50 machines and run a batch file. Is there any way I can start up an RDP session and call cmd?