You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The description of this plugins says "Checks the state, accessibility and usage of a physical disk."
This should also include the "physical health" or integrity of the disks structure (e.g. NTFS-issues).
You can check this with the cmdlet "get-volume" where the output shows something like
A "HealthStatus" != "Healthy" should be reported, probably in combination with "OperationalStatus" != "In Maintenance Mode" (I've already seen "Warning" and "Op
BTW: the wmi-class "diskdrive" doesn't reflect appropriate status-values. Unlike reporting a "Warning" as "get-volume" or "get-PhysicalDisk" does in the example shown above, it reports only "OK". Currently I can't recommend a good low-level-method for checking the healthStatus.
The text was updated successfully, but these errors were encountered:
The description of this plugins says "Checks the state, accessibility and usage of a physical disk."
This should also include the "physical health" or integrity of the disks structure (e.g. NTFS-issues).
You can check this with the cmdlet "get-volume" where the output shows something like
A "HealthStatus" != "Healthy" should be reported, probably in combination with "OperationalStatus" != "In Maintenance Mode" (I've already seen "Warning" and "Op
Alternative methods:
BTW: the wmi-class "diskdrive" doesn't reflect appropriate status-values. Unlike reporting a "Warning" as "get-volume" or "get-PhysicalDisk" does in the example shown above, it reports only "OK". Currently I can't recommend a good low-level-method for checking the healthStatus.
The text was updated successfully, but these errors were encountered: