Audit Battery
Silent install package for Audit Battery
- Software Editor: -
- Signature Date:
- Official Website
- Luti Monitored: -
- 1441 downloads
Description
Audit batteries capabilities with "powercfg /batteryreport" and dmi_info(). You will be able to pin the health of your batteries in WAPT Console
This page references all Audit Battery silent install packages. By using these packages with WAPT, our deployment software, you will be able to silently install Audit Battery on your Windows.
#tis-audit-battery
Once the tis-audit-battery package is installed on a machine, it allows you to check the status of computer batteries. It provides detailed information about battery properties (ID, health, location, etc.). The results are recorded in the audit-battery section of the Audit Data tab of the machine.
##Example of Returned Data Format:
{
"value": {
"BATTERY_1": {
"Id": "45N1111",
"Name": "45N1111",
"Health": "73 %",
"Location": "Front",
"LongTerm": "1",
"Chemistry": "LiP",
"CycleCount": "0",
"Manufacturer": "SONY",
"SBDS_Version": "03.01",
"SerialNumber": "17531",
"Maximum_Error": "Unknown",
"DesignCapacity": "23200",
"Design_Voltage": "11100 mV",
"SBDS_Chemistry": "LiP",
"Design_Capacity": "23200 mWh",
"ManufactureDate": null,
"RelativeCapacity": "0",
"FullChargeCapacity": "16950",
"SBDS_Serial_Number": "447B",
"SBDS_Manufacture_Date": "2016-11-12",
"OEM-specific_Information": "0x00000000"
},
"BATTERY_2": {
"Id": "45N1127",
"Name": "45N1127",
"Health": "76 %",
"Location": "Rear",
"LongTerm": "1",
"Chemistry": "LION",
"CycleCount": "0",
"Manufacturer": "LGC",
"SBDS_Version": "03.01",
"SerialNumber": " 6931",
"Maximum_Error": "Unknown",
"DesignCapacity": "23480",
"Design_Voltage": "11400 mV",
"SBDS_Chemistry": "LION",
"Design_Capacity": "23480 mWh",
"ManufactureDate": null,
"RelativeCapacity": "0",
"FullChargeCapacity": "18040",
"SBDS_Serial_Number": "1B13",
"SBDS_Manufacture_Date": "2016-12-23",
"OEM-specific_Information": "0x00000000"
},
"battery_count": "2"
}
}