How To Test HDD Health In PowerShell

[Solved] How To Test HDD Health In PowerShell | Powershell - Code Explorer | yomemimo.com
Question : How to test HDD health in PowerShell

Answered by : alive-albatross-itvx9u533lf1

Get-PhysicalDisk | Sort Size | FT FriendlyName, Size, MediaType,
SpindleSpeed, HealthStatus, OperationalStatus -AutoSize

Source : https://www.itprotoday.com/windows-78/check-disk-health-windows-powershell | Last Update : Thu, 28 Jul 22

Answers related to How to test HDD health in PowerShell

Code Explorer Popular Question For Powershell