Jump to content

Remote Desktop Connections


Recommended Posts

I work for a company that utilizes pc's in a remote location to perform a specific task. There are about 15 machines that are used by many people. Currently only one person can log on to a machine at a given time. Hence the problem, if a machine is being used, a person has to try another (of the 15) until they find one that's not being used. I would like to create (or find) some sort of tool that would allow users to view what machines are being used before they try to connect... Any ideas? Can it be done similarly to the snap in on a server where you can see the current terminal sessions?

Thanks,

Dan

Link to comment
Share on other sites

Assuming windows XP (maybe 2000)

You could write a script to execute the tasklist command on all the remote machines and parse the info for a username of the group. If a username is returned, it tries the next machine, if not it returns the machine as free.

tasklist /S system_to_snoop /V

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy