Skip to content

Instantly share code, notes, and snippets.

@ghotz
Created December 16, 2017 18:04
Show Gist options
  • Save ghotz/22cee0e69870e75358c4b9141c22a962 to your computer and use it in GitHub Desktop.
Save ghotz/22cee0e69870e75358c4b9141c22a962 to your computer and use it in GitHub Desktop.
Predict disk failure through S.M.A.R.T.
Get-WmiObject -namespace root\wmi –class MSStorageDriver_FailurePredictStatus -ErrorAction Silentlycontinue | Select InstanceName, PredictFailure, Reason | Format-Table –Autosize
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment