Get Session info for remote computer?
Posted
by RichAmberale
on Stack Overflow
See other posts from Stack Overflow
or by RichAmberale
Published on 2010-03-24T16:19:13Z
Indexed on
2010/03/24
16:23 UTC
Read the original article
Hit count: 214
Is there a way to get the session info from a remote windows server (Assuming you have admin credentials). For example, if you open Task Manager and go to the Users tab, that is the info I want...
- User
- (Session)
- ID (Session) Status
- Client Name Session (Name)
Programmatic in C# would be best but I could also wrap a cmd line tool.
© Stack Overflow or respective owner