Get-SpacesVolume

Get-SpacesVolume

Gets information about volumes created on storage spaces.

구문

Parameter Set: Default
Get-SpacesVolume [[-SpaceFriendlyName] <String> ] [[-Cluster]] [ <CommonParameters>]

자세한 설명

The Get-SpacesVolume cmdlet gets information about volumes created on storage spaces.

매개 변수

-Cluster

Specifies that the cmdlet is run on a failover cluster.

별칭

없음

필수 여부

false

위치

2

기본값

없음

파이프라인 입력 적용 여부

false

와일드카드 문자 허용 여부

false

-SpaceFriendlyName<String>

Specifies the friendly name of the storage space.

별칭

없음

필수 여부

false

위치

1

기본값

없음

파이프라인 입력 적용 여부

false

와일드카드 문자 허용 여부

true

<CommonParameters>

이 cmdlet은 일반 매개 변수 -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer 및 -OutVariable을 지원합니다. 자세한 내용은 다음을 참조하세요. about_CommonParameters(https://go.microsoft.com/fwlink/p/?LinkID=113216).

입력

입력 유형은 cmdlet에 파이프할 수 있는 개체의 유형입니다.

  • None

출력

출력 유형은 cmdlet이 내보내는 개체의 유형입니다.

  • System.Object

    This cmdlet returns an object that represents information about volumes created on the Storage Spaces subsystem.

예제

Example 1 – Get information about Storage Spaces volumes

This example gets information about Storage Spaces volumes.

PS C:\> Get-SpacesVolume

Example 2 – Get information about clustered Storage Spaces volumes

This example gets a list of all storage spaces across all storage pools on the failover cluster that local machine belongs to. When run on a clustered storage pool, information about the corresponding failover cluster resources are also displayed, as well as the current node owner.

PS C:\> Get-SpacesVolume -Cluster

Example 3 – Get information about a specific Storage Spaces volume

This example gets information about a specific Storage Spaces volume.

PS C:\> Get-SpacesVolume -SpaceFriendlyName Data