Summary: Use Windows PowerShell to obtain a disk drive overview.
How can I use Windows PowerShell to get a quick overview of my disk drives?
Open Windows PowerShell with Admin rights, and use the Get-Disk function to retrieve
the disk number, operational status, health status, friendly name, and size, for example:
Get-Disk | select number, operation*, health*, friendly*, size