Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Use PowerShell to Get Disk Drive Overview

$
0
0

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


Viewing all articles
Browse latest Browse all 3333

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>