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

PowerTip: Use PowerShell 3.0 to Find Size of Volumes and Partitions

$
0
0

Summary: Use Windows PowerShell 3.0 on Windows 8 and Windows Server 2012 to find the size of disks, partitions, and volumes.

Hey, Scripting Guy! Question How can I find disk space information for disks, partitions, and volumes on Windows 8 or Windows Server 2012?

Hey, Scripting Guy! Answer Use the Get-Disk, Get-Partition, and Get-Volume functions.

Note   This command requires Admin rights.

An example is shown here:

15:23 C:\> Get-Disk | Get-Partition | Get-Volume

 DriveLetter  FileSystemLabel FileSystem  DriveType   HealthStatus SizeRemaining     Size

-----------  ----------- ----------  ---------   ----------- -----------        ----

E                        FAT32       Removable   Healthy         3.74 GB     3.74 GB

System R...      NTFS        Fixed              Healthy       108.76 MB      350 MB

C                        NTFS        Fixed              Healthy        95.03 GB   148.71 GB

 


Viewing all articles
Browse latest Browse all 3333

Trending Articles



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