Could you add BIOS date to Applixure? That would help a lot to identify target devices when patching security vulnerabilies in BIOS. BIOS version is sometimes not enough because they vary a lot between models.
Firstly, data being present for device requires that agent have updated to latest version through auto-update (or otherwise) and after communicating with our backend, environment's data has been refreshed (~every two hours interval).
After that, datestamp is shown in API data (FirmwareDate -property) and in individual device's screen, after firmware version. It is not available in XLSX/CSV export as not all possible fields are added there (there are large number of properties per agent in the API data!), but list of devices can be filtered based on search on the property in device search as such:
Firstly, data being present for device requires that agent have updated to latest version through auto-update (or otherwise) and after communicating with our backend, environment's data has been refreshed (~every two hours interval).
After that, datestamp is shown in API data (FirmwareDate -property) and in individual device's screen, after firmware version. It is not available in XLSX/CSV export as not all possible fields are added there (there are large number of properties per agent in the API data!), but list of devices can be filtered based on search on the property in device search as such:
FirmwareDate < "2023-01-01"
And then resulting list exported.
Status is "shipped", but I can't find the BIOS date anywhere in Applixure portal or Excel export. Please guide me!