How to get all values dmi/smbios property

(imported topic written by Techadmin)

Just like the title says, i want to pull all the values for “bios_information”.

something like

  • of bios_information of dmi

string value “*” of structure “bios_information” of smbios

do help me out.

(imported comment written by Techadmin)

can someone help me on this?

(imported comment written by VitaliLukyanau)

something like that ?

q: (name of it, it) of (values of structure “bios_information” of smbios)

A: vendor, American Megatrends Inc.

A: bios_version, 0808

A: bios_starting_address_segment, 61440

A: bios_release_date, 03/08/2010

A: bios_rom_size, 31

A: bios_characteristics, 6434840208

A: system_bios_major_release, 8

A: system_bios_minor_release, 15

A: embedded_controller_firmware_major_release, 255

A: embedded_controller_firmware_minor_release, 255

A: , 0

T: 0.186 ms

I: plural ( string, smbios value )

(imported comment written by Techadmin)

perfect, thanks!

(imported comment written by jgstew)

Some related analyses:

http://bigfix.me/analysis/details/2994601

http://bigfix.me/analysis/details/2994574

http://bigfix.me/analysis/details/2994635

http://bigfix.me/relevance/details/2997089

(imported comment written by Techadmin)

Thanks stew!