Locate Users Logged Into a Win2003 Server Network

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
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
 
Back
Top