Saturday, January 1, 2022

PowerShell command to display SMART hard drive failure status

To check local drives for a SMART notification of a potential drive failure, use the following command:

Get-WMIObject -NameSpace root\wmi -class MSStorageDriver_FailurePredictStatus | Select-Object PredictFailure, Reason




Another SMART utility such as CrystalDiskInfo verified that the drive in question was at end of life.



https://www.itprotoday.com/disaster-recovery-and-business-continuity/smart-failure-predicted-hard-disk-how-concerned-should-you

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.