Harvesting Data From Networked Client Machines...

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have developed a decent HelpDesk Client Server app, but I want to build in
a tool to auto-sense networked PCs and then harvest registry data regarding
installed software. How can this be done with Access2003/VBA
 
Use the application.filesearch, Access help contains a good sample on how to
use it
 
Sorry for taking so long to get back. I was out of the country for a while.

John...this is exactly what I was looking for - thanks for opening my eyes.

David
 
Check out WMI, it is the best network aware way of getting info from other
PC's without even loading anything on them or sitting in front of the
computer. One of the best kept secrets in network administration.

e.g.

How fast in the fan running in the computer in my other office, what is my
RAM configuration, how many chips, how many slots, how fast is the RAM.

And yes installed App's no problem.
 

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

Back
Top