2026-03-09 Powershell No Comments Powershell, Getting capacity from disks To get information about the disks/mountpoints in a wndows environment: Open a powershell terminal Get-WmiObject Win32_Volume | Format-Table name, label, freespace, capacity Tags: disks, powershell