Add check-bios.ps1

This commit is contained in:
Markus Fleschutz
2022-11-14 13:33:53 +01:00
parent 8ec7113298
commit d645f5940d
6 changed files with 35 additions and 5 deletions

View File

@ -52,7 +52,7 @@ try {
[float]$Voltage = $Bank.ConfiguredVoltage / 1000.0
$Manufacturer = $Bank.Manufacturer
$Location = "$($Bank.BankLabel)/$($Bank.DeviceLocator)"
"$($Capacity)GB $Type ($($Speed)MHz, $($Voltage)V) at $Location by $Manufacturer."
"$($Capacity)GB $($Type) by $($Manufacturer): $($Speed)MHz, $($Voltage)V at $Location"
}
}
exit 0 # success