Guide Properties: Get-CimInstance - ClassName Win32_Battery translated into value
Explanation
The PowerShell command Get-CimInstance is used to retrieve instances of a specific WMI class. In this case, the class name is Win32_Battery, which provides information about the battery status of a system. The output of this command is translated into a value that can be easily understood.
Mapping performed
The mapping of the output values is as follows:
DesignCapacity: Total capacity of the battery in milliampere-hours (mAh).EstimatedChargeRemaining: Estimated percentage of battery charge remaining.EstimatedRuntime: Estimated time remaining until the battery is depleted, in minutes.FullChargeCapacity: Maximum capacity of the battery in milliampere-hours (mAh).PresentlyCharging: Boolean value indicating whether the battery is currently charging.PresentVoltage: Current voltage of the battery in volts.