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.
This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).
The input type is the type of the objects that you can pipe to the cmdlet.
The output type is the type of the objects that the cmdlet emits.
- Microsoft.WindowsServerSolutions.Storage.Disk
This command gets objects that represent all of the physical disks available for storage space.
PS C:\> Get-WssPoolableDisk
PS C:\>