I know that the capacity of a battery is expressed in mAh, i.e. A/s (international system of units). Today I used a command in PowerShell (*) in order to get the battery capacity, but the unit of measure is mWh. Why and how can I express it in mAh?
I know from here that:
$$ Wh = V \times A \times hours $$
(*) powercfg /batteryreport /output "C:\battery-report.html"