plugin_proval_batteries
Purpose
Stores battery information for each target.
Dependencies
EPM - Data Collection - Automate - Script Get - Battery Report creates this table.
Tables
plugin_proval_batteries
Column | Type | Explanation |
---|---|---|
ComputerID | INT | Holds the target machine ID in Automate. |
BatteryID | VarChar | Holds an alphanumeric battery ID. |
Chemistry | VarChar | The battery chemistry. |
CycleCount | VarChar | The battery cycle count. |
DesignCapacity | VarChar | The battery design capacity. |
FullChargeCapacity | VarChar | The battery full charge capacity. |
BatteryState | VarChar | Health state of battery: OK/poor/very poor. |
BatteryHealthPercentage | INT | Life left for the battery. |
LongTerm | VarChar | The battery long-term value. |
ManufactureDate | VarChar | The battery manufacture date. |
Manufacturer | VarChar | The battery manufacturer. |
RelativeCapacity | VarChar | The battery relative capacity. |
SerialNumber | VarChar | The battery serial number. |
LastScanTime | DateTime | The last scan time for the report. |