Hello, when querying the `smbios_tables` i get res...
# general
p
Hello, when querying the
smbios_tables
i get results such as:
Copy code
{
    "description": "Base Board or Module Information",
    "handle": "512",
    "header_size": "9",
    "md5": "734eb8c28b1764b56eb23cccd3c61ef8",
    "number": "3",
    "size": "74",
    "type": "2"
  },
i'm trying to find the actual value of e.g. "Base Board or Module Information", like how it's shown in
dmidecode
. can osquery itself pull that information?