Getting Drive Information Using WMI and PowerShell
June 15th, 2013 by Charlie Russel and tagged Format-Table, Formatting output, PowerShell, WMI
In my ongoing quest to remove dependency on legacy DOS commands, I recently created this script to get a list of all the local and mapped drives on a machine and how much free space each has on it. This script could be easily extended to display additional information (such as the underlying filesystem type) […]
Posted in PowerShell, WMI | 1 Comment »