Computer Serial number from ESX on HP Blade servers

(imported topic written by SystemAdmin)

is there a way to get Computer Serial numbers from HP Blade Servers

(imported comment written by NoahSalzman)

This thread – http://forum.bigfix.com/viewtopic.php?id=77 – suggests you try:

if (exists wmi) then (string values of selects “SerialNumber from Win32_BIOS” of wmi) else if (exists dmi AND exists serial_number of system_information of dmi) then (serial_number of system_information of dmi) else (“N/A”)