PowerTip: Use PowerShell to Get Disk Drive Overview

Doctor Scripto

Summary: Use Windows PowerShell to obtain a disk drive overview.

Hey, Scripting Guy! Question How can I use Windows PowerShell to get a quick overview of my disk drives?

Hey, Scripting Guy! Answer 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

0 comments

Discussion is closed.

Feedback usabilla icon