January 24th, 2016

PowerTip: Find disk status with PowerShell and Windows 10

Doctor Scripto
Scripter

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.

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.