GetVolume
Get-Volume is a PowerShell cmdlet in the Storage module that retrieves information about logical storage volumes on a Windows system. It provides a read-only view of volumes, including local disks, removable media, and volumes managed by Storage Spaces. The command returns objects that describe each volume with details such as drive letter, file system, total size, free space, and health and operational status.
The cmdlet is designed for inspection and reporting rather than modification. It can be used to quickly
Get-Volume complements other Storage module cmdlets such as Get-Partition and Get-PhysicalDisk, which provide related views of
Availability and scope: Get-Volume is part of the Storage module that ships with Windows PowerShell on Windows