Link to home
Start Free TrialLog in
Avatar of tedpenner
tedpenner

asked on

find user's computer using dameware

We use DamewareNT utilities in our organization and are all on the same domain.  How do I find what PC a user is logged into?
ASKER CERTIFIED SOLUTION
Avatar of younghv
younghv
Flag of United States of America 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
Avatar of dave_moats
dave_moats

This is a little cheesy, but..............If you are on the same subnet

from a command prompt type - you may want to redirect the output to a file

nbtstat -c  > before.txt  --- this lists the computer's netbios cache

send the user a message using net send......

net send hello <user name>

then run the nbtstat -c command again

compare the results from the first and second nbtstat commands

the machine that is listed in the second one that was not in the first will be a machine that user is currently logged in to.