Nish
Full Member
  
Gender: 
Posts: 200
hardware and software auditing with systemhound
|
 |
« Reply #1 on: February 05, 2004, 10:08:21 am » |
|
declan, this is a straightforward custom field that will appear in the hardware details page for a machine, under Custom Information.
What you need to do is this:
First, is the info already present on the machine somewhere, in the registry or in a file? If not, we'll use the file example. Create a file called asset.txt and put it in C:\asset or wherever you choose. The content of this file should be as follows:
[asset] (define your own heading) id=2003-401 (again, call it what you want but in this format)
So, the filename is generic, but the id value should differ on each machine.
Now open up Central Configuration on the SH server. Under the appropriate OS, click on Custom Computer Details, Custom Field Reporting and right-click and create a New Job.
On the right, click on Add. In the File field, enter in the location C:\asset (you can use environment variables). In Section, enter asset, and in Field enter id. In Reporting Field Name, enter in the description that will appear for this item in the hardware details page.
Now save and exit. Now run shrefresh.exe on the client machine as a test. You'll need to copy it across from the server (its in \utils). Once its sent its details back to the server, the information should appear under the machine's hardware details page
|