getting all the PCs a user is logged in

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
 
S

Scott McNairy \(MVP\)

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).
 

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