Powershell Tip #73: Display percentage estimated charge remaining of a laptop By powershellgu | November 16, 2015 2 Comments Tip: You can display the percentage of estimated charge remaining of a laptop: (Get-CimInstance -Class Win32_Battery).EstimatedChargeRemaining
Pingback: Powershell Tip #74: Empty the recycle bin | Powershell Guru
Pingback: Powershell Tip #72: List the nested groups of a user in Active Directory | Powershell Guru