Locate Users Logged Into a Win2003 Server Network

G

Guest

Greetings.

This inquiry is fairly straight forward which may have a complex result.

Question: On a Win2003 Server ADS Domain, is there an easy way of
determining where a user is logged in? Is there a way of determining their IP
address?

Thanks in advance for any assistance you can offer.

Eugenio
 
D

David H. Lipman

From: "eugenefl" <[email protected]>

| Greetings.
|
| This inquiry is fairly straight forward which may have a complex result.
|
| Question: On a Win2003 Server ADS Domain, is there an easy way of
| determining where a user is logged in? Is there a way of determining their IP
| address?
|
| Thanks in advance for any assistance you can offer.
|
| Eugenio


Well from the LOGs you can determine the workstation name. Using the workstation name you
can use...
'nbtstat -a workstation_name'

The results will include; NetBIOS info, IP Address and MAC address.

Example:
nbtstat -a dlipman-2

Local Area Connection:
Node IpAddress: [192.168.1.99] Scope Id: []

NetBIOS Remote Machine Name Table

Name Type Status
---------------------------------------------
DLIPMAN-2 <00> UNIQUE Registered
DOMAIN_A <00> GROUP Registered
DLIPMAN-2 <03> UNIQUE Registered
DLIPMAN-2 <20> UNIQUE Registered
DOMAIN_A <1E> GROUP Registered
LIPMAN <03> UNIQUE Registered

MAC Address = 00-E0-18-7F-74-84
 

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