Alister replied to Pegasus [MVP]
18-Nov-09 08:41 PM
Just to be awkward, that is not strictly true.
From a local machine I can invoke an instance of any executable that I
want from the command line, remotely, including GUI programs - I just
will not be able to see the GUI.
You do this by running a remote copy of cmd.exe and then once in that
you can run what you want. It is perfectly possible to run an instance
of explorer using PSExec, but it will run on the remote machine.
Much fun can be had calling a VB script that pops up a carefully worded
message box on the remote desktop, to the consternation of the user!
You can even schedule it to happen at a set time, using the "at"
command, so you can be standing next to the user when it goes off!
Not that I would do that to my users, of course.
However, I believe the OP was in fact asking about command line access.
Alister.