getting logged on users using WMI

G

Guest

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?
 
A

Aaron Jackson

are you on a domain? i wanted to know how to do this i could not find out
either.
 
T

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.
 

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