I have a few questions that I'm hoping can be answered regarding scripting. I'm interested in writing a vb script that would pull info about a computer, including:
- Manufacturer (Dell/HP/etc.)
- Model (Optiplex, Evo, etc.)
- OS (assumption Windows XP/Vista)
- CPU (type and speed)
- Memory
- MAC address
- Serial number
...and probably other stuff.
1) Can this info be found in the registry? If so, can vb script extract it?
2) Can vb script then attach itself to a database (other than Access) and store the info as necessary?
I'm trying to create an automated program/database that keeps track of PC's here at work and having the PC gather this information itself, rather than walking around to collect it, would be phenomenal. I'm sure it can be done, but the question is how.
All help would be greatly appreciated.
- Manufacturer (Dell/HP/etc.)
- Model (Optiplex, Evo, etc.)
- OS (assumption Windows XP/Vista)
- CPU (type and speed)
- Memory
- MAC address
- Serial number
...and probably other stuff.
1) Can this info be found in the registry? If so, can vb script extract it?
2) Can vb script then attach itself to a database (other than Access) and store the info as necessary?
I'm trying to create an automated program/database that keeps track of PC's here at work and having the PC gather this information itself, rather than walking around to collect it, would be phenomenal. I'm sure it can be done, but the question is how.
All help would be greatly appreciated.