Stats_Get_BIOSInformation.ps1

function Stats-GetBIOSInfo {
Get-CimInstance Win32_Bios -Computer $computer | Format-List *
}