Summary: Use Windows PowerShell in Windows 10 to find disk status.
How can I use Window PowerShell in Windows 10 to check the status information (such as the health status, operational status, and if the disks are offline or read-only) on multiple disks?
Use the Get-DiskStorageNodeView cmdlet:
Get-DiskSNV
Note Get-DiskSNV is an alias for Get-DiskStorageNodeView.