Home All Groups Group Topic Archive Search About

getting logged on users using WMI

Author
9 Sep 2006 12:48 AM
iwdu15
hi, im writing a program that will get all currently logged on users to my
LAN. so far i can only egt all users, logged on or not, using the WMI
Searcher object...ive looked on the MSDN website for help on WMI, but its a
mess....does anyone have any hints on how to gety all currently logged on
users on a network?
--
-iwdu15

Author
9 Sep 2006 5:37 PM
Aaron Jackson
are you on a domain? i wanted to know how to do this i could not find out
either.
Author
9 Sep 2006 10:45 PM
Terry Olsen
My thought would be to query ADSI for the Computers on the domain, then
remotely query each computer WMI for the logged on user.


Show quoteHide quote
"Aaron Jackson" <aaro***@nsworld.com> wrote in message
news:%23K8s1aD1GHA.1132@TK2MSFTNGP02.phx.gbl...
> are you on a domain? i wanted to know how to do this i could not find out
> either.
>
Author
10 Sep 2006 5:05 AM
iwdu15
how would i go about doing that?
--
-iwdu15