Created
December 16, 2017 18:04
-
-
Save ghotz/22cee0e69870e75358c4b9141c22a962 to your computer and use it in GitHub Desktop.
Predict disk failure through S.M.A.R.T.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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