I've looked through the forums and havn't found anything that quite helps me complete what I want to do. What I'm looking for is a way to start a the GUI for an application on a remote server. I've seen that I can do this with PsExec as long as I know what the session ID for my specific remote session is. However as Session IDs change this isn't something that I can use reliably. Is there any way to do the following:
- Have a permanent session ID for a specific user
- Find the session ID for a specific user
- Other ways to start the GUI in my session on the server
Any help would be appreciated.