You can get drive sizes with FileSystemObject. Processor speed,
I think, is in the Registry on NT; not available on 9x.
For a script that demonstrates getting all installed hardware on 9x:
http://www.jsware.net/jsware/scripts.html
(see the sysinfo scripts)
The script goes through the Registry and gets a list of hardware, the
same
as you would see in Device Manager. I imagine a similar script could
be written for NT but it would need to read HKEY_PERFORMANCE_DATA.
--
--
Quote:
> Hello, colleagues...
> Thanks a lot for posting scripts how to collect SoftWare Inventory...
> Is there something for HardWare?
> At least to "check" Processors speed, memory anf HDD capacity on all PCs
in
> a domain?
> Thank you.