Inventory

  • Thread starter Thread starter chad
  • Start date Start date
C

chad

I have 60 desktops. How can I get their hardware/software specs
without going to each system? Can't I just go to the my computer-
manage-and connect to a remote computer for this information? Is there
an easier way? I just need amount of installed memory, serivce pack
info, processor speed, etc.
 
Get PSTools from Sysinternals (MS) and use psinfo:
psinfo \\COMPUTERNAME
Easily scriptable if you have any scripting experience. I use Python to do
this type of scripting. www.python.org
Louis
 
Back
Top