Get-WssPoolableDisk

Get-WssPoolableDisk

Gets disks to use to create storage space.

構文

Get-WssPoolableDisk [ <CommonParameters>]

詳細説明

The Get-WssPoolableDisk cmdlet gets objects that represent the physical disks to use to create storage space.

パラメーター

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

  • Microsoft.WindowsServerSolutions.Storage.Disk

Example 1: Get poolable disks

This command gets objects that represent all of the physical disks available for storage space.

PS C:\> Get-WssPoolableDisk
PS C:\> 

関連トピック

New-WssStorageSpace

Add-WssDisksToSpacesPool