getting all the PCs a user is logged in

  • Thread starter Thread starter Marco Herrn
  • Start date Start date
M

Marco Herrn

Hi,

I am searching for a way to list all the PCs a given user is logged
into. All these PCs are in the same domain.

Is there a way to get this information with WMI?`

Regards
Marco
 
Unfortunately the answer here is no - the WMI is for the most part a machine
specific architecture so you can tell if a particular user is logged into a
given machine but not the other way around directly. If you have a smaller
group of computers you might consider using the View Provider which could
provide that type of functionality (consuming information from several
different machines at once).
 
Back
Top