Update check-battery.ps1 and check-ram.ps1

This commit is contained in:
Markus Fleschutz
2022-11-30 16:45:11 +01:00
parent ae52401e98
commit 546dbdfcaf
2 changed files with 15 additions and 11 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) by $($Manufacturer): $($Speed)MHz, $($Voltage)V at $Location"
"$($Capacity)GB $($Type) at $($Location): $($Speed)MHz, $($Voltage)V by $Manufacturer"
}
}
exit 0 # success