Using WMIC to check current SMART status

WMIC can be used as a quick method to check the SMART data from hard drives.  Launch a command prompt window and enter:

wmic

diskdrive get status

wmic_diskdrive_check.ps1