Page 1 of 1

Bios Serial Numbers

Posted: Thu May 12, 2005 8:02 pm
by jams
Hi all.

I want to write a piece of software that will query the bios of a system and ouput its serial number. The systems we use vary, however the machines are mainly IBM/HP/DELL and toshiba laptops (these are all new, standard business machines and store serial number/asset information somplace in the bios)
I see all these utilities that can query the bios id etc. however I would like to know whereabouts these ids are stored (mem locations etc.) are these always in the same place or do they vary between dif bios mnufacturers? is there a standard mechanim to retrieve this info?

I plan to add such a utility to a boot disc which is used to ghost/image machines in our department so it will record asset number etc. then send the collected info to a remote machine.

Thanks for your time, James :o

Posted: Fri May 13, 2005 2:24 pm
by KachiWachi
Do you mean the machine (case) serial numbers?

That's usually kept in the DMI area...if one was entered there in the first place.

Posted: Fri May 13, 2005 3:23 pm
by jams
Yeah. These are standard business machines and they all have have the serials entered for asset purposes.

Posted: Sun May 22, 2005 9:47 pm
by jams
found an app called smbios written by ibm.. does everything i need