PowerTip: Find disk status with PowerShell and Windows 10

Doctor Scripto

Summary: Use Windows PowerShell in Windows 10 to find disk status.

Hey, Scripting Guy! Question 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?

Hey, Scripting Guy! Answer Use the Get-DiskStorageNodeView cmdlet:

Get-DiskSNV

Note  Get-DiskSNV is an alias for Get-DiskStorageNodeView.

0 comments

Discussion is closed.

Feedback usabilla icon