Link to home
Start Free TrialLog in
Avatar of Gibo
Gibo

asked on

Tools to scan “open” sign in & RDP sessions?

Tools to scan open sign in & RDP sessions?
Avatar of Hello There
Hello There

To see all sessions, just type on the server or computer:
query user

Open in new window


For all sessions in a domain, this might work (I haven't tested it yet):
for /f %s in (servers.txt) do (echo %s & qwinsta /server:%s )

Open in new window

Avatar of Gibo

ASKER

noted but I need a more sophisticated tool to query all the servers & machines for users who have not logged out for long periods of time, thanks
ASKER CERTIFIED SOLUTION
Avatar of McKnife
McKnife
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
No comment has been added to this question in more than 21 days, so it is now classified as abandoned.

I have recommended this question be closed as follows:

Accept: 'McKnife' (https:#a43070164)

If you feel this question should be closed differently, post an objection and the moderators will review all objections and close it as they feel fit. If no one objects, this question will be closed automatically the way described above.

seth2740
Experts-Exchange Cleanup Volunteer