Get-WssSpacesPool

Get-WssSpacesPool

Retrieves a storage pool, or all storage pools in the system.

Sintaxis

Parameter Set: Default
Get-WssSpacesPool [-ID <String> ] [ <CommonParameters>]

Descripción detallada

The Get-WssSpacesPool cmdlet retrieves a storage pool in , or all storage pools in the system.

Parámetros

-ID<String>

Specifies the ID of a storage pool to retrieve. If you do not specify this parameter, the cmdlet returns a list of all storage pools. Each storage pool object includes a unique ID.

Alias

ninguno

¿Requerido?

false

¿Posición?

named

Valor predeterminado

ninguno

¿Aceptar canalización?

false

¿Aceptar caracteres comodín?

false

<CommonParameters>

Este cmdlet admite los siguientes parámetros comunes: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer y -OutVariable. Para obtener más información, consulte about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entradas

El tipo de entrada es el tipo de los objetos que se pueden canalizar al cmdlet.

  • System.String

Salidas

El tipo de resultado es el tipo de objetos que emite el cmdlet.

  • Microsoft.WindowsServerSolutions.Storage.SpacesPool

    This cmdlet generates the storage pool in the system.

Ejemplos

Example 1: Retrieve all storage pools

This command retrieves all storage pools in the system.

PS C:\> Get-WssSpacesPool