View Full Version : How do I find who is logged onto a PC


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?

Oli Restorick [MVP]
Download pstools from www.sysinternals.com and try the psloggedon utility.

Regards

Oli


"Eric" wrote in message
news:27a901c3a963$8a19d0f0$a601280a@phx.gbl...
> 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?



Cool... Thanks
>-----Original Message-----
>Download pstools from www.sysinternals.com and try the
psloggedon utility.
>
>Regards
>
>Oli
>
>
>"Eric" wrote in
message
>news:27a901c3a963$8a19d0f0$a601280a@phx.gbl...
>> 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?
>
>
>.
>

Oli Restorick [MVP]
You're welcome!

Cheers

Oli

wrote in message
news:03b601c3a968$131349f0$a401280a@phx.gbl...
> Cool... Thanks
> >-----Original Message-----
> >Download pstools from www.sysinternals.com and try the
> psloggedon utility.
> >
> >Regards
> >
> >Oli
> >
> >
> >"Eric" wrote in
> message
> >news:27a901c3a963$8a19d0f0$a601280a@phx.gbl...
> >> 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?
> >
> >
> >.
> >



Karl Levinson [x y] mvp
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.


"Oli Restorick [MVP]" wrote in message
news:ugO4qlXqDHA.976@tk2msftngp13.phx.gbl...
> You're welcome!
>
> Cheers
>
> Oli
>
> wrote in message
> news:03b601c3a968$131349f0$a401280a@phx.gbl...
> > Cool... Thanks
> > >-----Original Message-----
> > >Download pstools from www.sysinternals.com and try the
> > psloggedon utility.
> > >
> > >Regards
> > >
> > >Oli
> > >
> > >
> > >"Eric" wrote in
> > message
> > >news:27a901c3a963$8a19d0f0$a601280a@phx.gbl...
> > >> 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?
> > >
> > >
> > >.
> > >
>
>