Physical disk %1 is reporting an impending failure. Sense Code (KEY ASC/ASCQ): %2 %3/%4. Additional related events may be ...

Physical disk %1 is reporting an impending failure. Sense Code (KEY ASC/ASCQ): %2 %3/%4. Additional related events may be found in the System event log for Disk %5.
                 

                 
This disk may need to be replaced. To view its reliability counters, run this command in PowerShell:
                 
Get-PhysicalDisk | ?{ $_.ObjectId -Match "%1" } | Get-StorageReliabilityCounter
                 

                 
This disk may be located using the following information:
                 

                 
Drive Manufacturer: %6
                 
Drive Model Number: %7
                 
Drive Serial Number: %8
                 

                 
More information can be obtained using this PowerShell command:
                 
Get-PhysicalDisk | ?{ $_.ObjectId -Match "%1" }
                 

                 
If this disk is in an enclosure, it may be located using the following information:
                 

                 
Enclosure Manufacturer: %9
                 
Enclosure Model Number: %10
                 
Enclosure Serial Number: %11
                 
Enclosure Slot: %12
                 

                 
It may also be located by running this command in PowerShell:
                 
Get-PhysicalDisk | ?{ $_.ObjectId -Match "%1" } | Enable-PhysicalDiskIndication