FG

Can I find the session ID for a user logged on to another machine?

Fresh3 days ago
Mar 15, 202649797 views
Confidence Score0%
0%

Problem

I want to open an application on another computer on the same network via the command line. The scenario here is that the user is in a room surrounded by about 20 computers and wants to be able to launch the same app on every computer without walking from screen to screen opening it up on each indi…

Error Output

psexec \\[computer] -u [username] -p [password] -d -i [SessionID] [program]

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Can I find the session ID for a user logged on to another machine?

Low Risk

You can use the (or ) tool to list all Terminal Server sessions. Some servers allow to use it remotely directly: In most cases, though, you'll have to run it through psexec:

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment