Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PC Uptime report ideas 1

Status
Not open for further replies.

MichaelDell

IS-IT--Management
Joined
Sep 24, 2003
Messages
42
Location
US
I am trying to gather data on the uptime of PCs in our company. The purpose is to find out how many are being left on overnight. My intent is to run the uptime utility off of the resource kit at 8:00 AM on the PCs via Novell Zenworks app object (force run) that takes the output data and pipes it to a text file back on the server for each container.

The command I will use is %source_path%\uptime.exe >%server%\%folder%\%computername%.csv

This pipes the output to a folder on the server as a single .csv file, so each PC will produce it's own file. The data in the output file looks like this:

\\L110012186 has been up for: 0 day(s), 7 hour(s), 9 minute(s), 28 second(s)

I figure that I can use Access to import all of the data and work with it.

Ideally, I was looking for input and ideas on:
1. Does anyone know a way that I can get the uptime utility to append the data from each PC to a single file? I am not sure if this is a good ideas because there is the chance the mulitiple machines may be trying to hit the file at the same time.

2. Does anyone know of another utility or a better way to gather uptime data from multiple machines, either by IP subnet / range or other methods?
 
You can get this information with DAMEWARE Utilities, click on the selected pc\properties\time tab should be the first one\right click on uptime and select batch properties. They have a trial downloaded version.

Hope this helps.
 
I'd have a close look at Aida32, found at Just pick the Enterprise version, it's quite free ;-)

HTH
TonHu
 
Change:
...%\uptime.exe >%server%\%folder...

To:
...%\uptime.exe >>%server%\%folder...
 
bcastner, that was what I was looking for!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top