How do I find who is logged onto a PC

  • Thread starter Thread starter Eric
  • Start date Start date
E

Eric

I have a pc on my network that received an IP from my DHCP
Server. How can I find out what user is logged into that
pc?
 
the command: NETSTAT -A ipaddress might also be helpful.

The getacct utility free from www.securityfriday.com can let you enumerate a
bunch of information from a windows computer remotely, such as all the login
IDs set up on it, which may also be informative.

All of these only work as long as the computer is still reachable on the
network.

You could also try sending a popup message to the computer using the NET
SEND computername "message" command.
 
Back
Top