Users on a certain IP/Hostname

G

Guest

I need to find out usernames for certains computers.
All I have are IP addresses and hostnames.
I cannot log into the remote computers w.o them being there.
I need a way to pull off user info w/o them being there.
Is there a way to do it ?
maybe with the net command ?
 
P

Pegasus \(MVP\)

Nick Leh said:
I need to find out usernames for certains computers.
All I have are IP addresses and hostnames.
I cannot log into the remote computers w.o them being there.
I need a way to pull off user info w/o them being there.
Is there a way to do it ?
maybe with the net command ?

Try this command from www.sysinternals.com:

psloggedon.exe \\somepc
 
J

John Wunderlich

I need to find out usernames for certains computers.
All I have are IP addresses and hostnames.
I cannot log into the remote computers w.o them being there.
I need a way to pull off user info w/o them being there.
Is there a way to do it ?
maybe with the net command ?

If they are currently logged onto the computer, you might use the
command: nbtstat -a computer or nbtstat -A <ip address>
If they are not currently logged onto their computer, you can use
the "addusers" command (from the resource kit) to give you a list of
users on registered on the machine
addusers /d nul: \\computername

HTH,
John
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top