Powershell, Getting capacity from disks

To get information about the disks/mountpoints in a wndows environment:

  1. Open a powershell terminal
  2. Get-WmiObject Win32_Volume | Format-Table name, label, freespace, capacity

Powershell : get disk information

Leave a Reply

Your email address will not be published. Required fields are marked *