Is there a way (quick and easy) to see what type of disks and parity info for a drive that is using storage pools?
-
Unsolved Storage Spaces/pools
-
There are several PowerShell storage cmdlets that you can use to retrieve information about drives and StoragePools. Here is a link to the Technet reference: https://technet.microsoft.com/en-us/library/hh848705(v=wps.630).aspx
A few in particular would be Get-PhysicalDisk, Get-ResiliencySetting, and Get-StoragePool. Most of these cmdlets will return more information when piped into a format-list cmdlet.
Mike Rodrick
Edutainer, ITProTV**if the post above has answered the question, please mark the topic as solved.