GetVolumes
GetVolumes is a term used in computing to describe a command, function, or utility that lists storage volumes available on a system and returns metadata about each volume. The exact implementation and syntax vary by platform, but the common goal is to provide a consolidated view of disks, partitions, and mounted volumes for management and scripting purposes.
In typical implementations, GetVolumes enumerates volumes and exposes properties such as a volume name or label,
Usage and examples depend on the host environment. In Windows PowerShell, the built-in equivalent is Get-Volume
Related concepts include underlying system tools and classes such as Windows PowerShell's Get-Volume, Get-Partition, and WMI