:
This module gets BIOS Version with a software agent using dmidecode command
Module data
module_begin
module_name Bios Version
module_type generic_string
module_exec dmidecode -t bios | grep Version | awk '{ print $2 }'
module_description BIOS version
module_end
(Visited 244 times, 1 visits today)


