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
Continue ReadingTo get information about the disks/mountpoints in a wndows environment: Open a powershell terminal Get-WmiObject Win32_Volume | Format-Table name, label, freespace, capacity
Continue Reading