Cannot convert value "0x" to type "System.Int64". Error: "Index was out of range. Must be non-negative and less than
the size of the collection.
Parameter name: startIndex"
At E:\CrystalDiskInfo-Log-Parser.ps1:262 char:9
+         [int64]$SpinUpTime = "0x" + ($diskinfo | Where-Object { $_.ID ...
+         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument: (:) [], RuntimeException
    + FullyQualifiedErrorId : InvalidCastFromStringToInteger

Cannot convert value "0x" to type "System.Int64". Error: "Index was out of range. Must be non-negative and less than
the size of the collection.
Parameter name: startIndex"
At E:\CrystalDiskInfo-Log-Parser.ps1:263 char:9
+         [int64]$StartStopCount = "0x" + ($diskinfo | Where-Object { $ ...
+         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument: (:) [], RuntimeException
    + FullyQualifiedErrorId : InvalidCastFromStringToInteger

Cannot convert value "0x" to type "System.Int64". Error: "Index was out of range. Must be non-negative and less than
the size of the collection.
Parameter name: startIndex"
At E:\CrystalDiskInfo-Log-Parser.ps1:265 char:9
+         [int64]$SeekErrorRate = "0x" + ($diskinfo | Where-Object { $_ ...
+         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument: (:) [], RuntimeException
    + FullyQualifiedErrorId : InvalidCastFromStringToInteger

Cannot convert value "0x" to type "System.Int64". Error: "Index was out of range. Must be non-negative and less than
the size of the collection.
Parameter name: startIndex"
At E:\CrystalDiskInfo-Log-Parser.ps1:267 char:9
+         [int64]$SpinRetryCount = "0x" + ($diskinfo | Where-Object { $ ...
+         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument: (:) [], RuntimeException
    + FullyQualifiedErrorId : InvalidCastFromStringToInteger

Cannot convert value "0x" to type "System.Int64". Error: "Index was out of range. Must be non-negative and less than
the size of the collection.
Parameter name: startIndex"
At E:\CrystalDiskInfo-Log-Parser.ps1:268 char:9
+         [int64]$RecalibrationRetries = "0x" + ($diskinfo | Where-Obje ...
+         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument: (:) [], RuntimeException
    + FullyQualifiedErrorId : InvalidCastFromStringToInteger

Cannot convert value "0x" to type "System.Int64". Error: "Index was out of range. Must be non-negative and less than
the size of the collection.
Parameter name: startIndex"
At E:\CrystalDiskInfo-Log-Parser.ps1:270 char:9
+         [int64]$PowerOffRetractCount = "0x" + ($diskinfo | Where-Obje ...
+         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument: (:) [], RuntimeException
    + FullyQualifiedErrorId : InvalidCastFromStringToInteger

Cannot convert value "0x" to type "System.Int64". Error: "Index was out of range. Must be non-negative and less than
the size of the collection.
Parameter name: startIndex"
At E:\CrystalDiskInfo-Log-Parser.ps1:271 char:9
+         [int64]$LoadUnloadCycleCount = "0x" + ($diskinfo | Where-Obje ...
+         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument: (:) [], RuntimeException
    + FullyQualifiedErrorId : InvalidCastFromStringToInteger

Cannot convert value "0x" to type "System.Int64". Error: "Index was out of range. Must be non-negative and less than
the size of the collection.
Parameter name: startIndex"
At E:\CrystalDiskInfo-Log-Parser.ps1:277 char:9
+         [int64]$WriteErrorRate = "0x" + ($diskinfo | Where-Object { $ ...
+         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument: (:) [], RuntimeException
    + FullyQualifiedErrorId : InvalidCastFromStringToInteger

Disk Information
Model: CT500MX500SSD1
Firmware: M3CR023
Serial Number: 1849E1DB1250
Disk Size: 500.1 GB (8.4/137.4/500.1/500.1)
Buffer Size: Unknown
Queue Depth: 32
# of Sectors: 976773168
Rotation Rate: ---- (SSD)
Interface: Serial ATA
Major Version: ACS-3
Minor Version: ACS-3 Revision 5
Transfer Mode: SATA/600 | SATA/600
PowerOnHours: 11461 hours
PowerOnCount: 2332 count
Temperature: 38 C (100 F)
Health Status: Good (92 %)
Features: S.M.A.R.T., APM, NCQ, TRIM, DevSleep, GPL
APM Level: 00FEh [ON]
AAM Level: ----
Drive Letter: E:

Disk Values
Read Error Rate: 0
Spin Up Time: 0
Start Stop Count: 0
Reallocated Sectors Count: 0
Seek Error Rate: 0
Power On Hours: 11461
Spin Retry Count: 0
Recalibration Retries: 0
Power Cycle Count: 2332
Power Off Retract Count: 0
Load Unload Cycle Count: 0
Temperature: 270582939686
Reallocation Event Count: 0
Current Pending Sector Count: 0
Uncorrectable Sector Count: 0
UltraDMACRC Error Count: 0
Write Error Rate: 0
-------------------------------

Cannot convert value "270582939686" to type "System.UInt32". Error: "Value was either too large or too small for a
UInt32."
At E:\CrystalDiskInfo-Log-Parser.ps1:356 char:13
+         if ($null -ne [uint32]$Temperature -and [uint32]$Temperature  ...
+             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument: (:) [], RuntimeException
    + FullyQualifiedErrorId : InvalidCastIConvertible

FOUND HDD OR SSD LOG
Cannot convert value "0x" to type "System.Int64". Error: "Index was out of range. Must be non-negative and less than
the size of the collection.
Parameter name: startIndex"
At E:\CrystalDiskInfo-Log-Parser.ps1:262 char:9
+         [int64]$SpinUpTime = "0x" + ($diskinfo | Where-Object { $_.ID ...
+         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument: (:) [], RuntimeException
    + FullyQualifiedErrorId : InvalidCastFromStringToInteger

Cannot convert value "0x" to type "System.Int64". Error: "Index was out of range. Must be non-negative and less than
the size of the collection.
Parameter name: startIndex"
At E:\CrystalDiskInfo-Log-Parser.ps1:263 char:9
+         [int64]$StartStopCount = "0x" + ($diskinfo | Where-Object { $ ...
+         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument: (:) [], RuntimeException
    + FullyQualifiedErrorId : InvalidCastFromStringToInteger

Cannot convert value "0x" to type "System.Int64". Error: "Index was out of range. Must be non-negative and less than
the size of the collection.
Parameter name: startIndex"
At E:\CrystalDiskInfo-Log-Parser.ps1:265 char:9
+         [int64]$SeekErrorRate = "0x" + ($diskinfo | Where-Object { $_ ...
+         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument: (:) [], RuntimeException
    + FullyQualifiedErrorId : InvalidCastFromStringToInteger

Cannot convert value "0x" to type "System.Int64". Error: "Index was out of range. Must be non-negative and less than
the size of the collection.
Parameter name: startIndex"
At E:\CrystalDiskInfo-Log-Parser.ps1:267 char:9
+         [int64]$SpinRetryCount = "0x" + ($diskinfo | Where-Object { $ ...
+         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument: (:) [], RuntimeException
    + FullyQualifiedErrorId : InvalidCastFromStringToInteger

Cannot convert value "0x" to type "System.Int64". Error: "Index was out of range. Must be non-negative and less than
the size of the collection.
Parameter name: startIndex"
At E:\CrystalDiskInfo-Log-Parser.ps1:268 char:9
+         [int64]$RecalibrationRetries = "0x" + ($diskinfo | Where-Obje ...
+         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument: (:) [], RuntimeException
    + FullyQualifiedErrorId : InvalidCastFromStringToInteger

Cannot convert value "0x" to type "System.Int64". Error: "Index was out of range. Must be non-negative and less than
the size of the collection.
Parameter name: startIndex"
At E:\CrystalDiskInfo-Log-Parser.ps1:270 char:9
+         [int64]$PowerOffRetractCount = "0x" + ($diskinfo | Where-Obje ...
+         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument: (:) [], RuntimeException
    + FullyQualifiedErrorId : InvalidCastFromStringToInteger

Cannot convert value "0x" to type "System.Int64". Error: "Index was out of range. Must be non-negative and less than
the size of the collection.
Parameter name: startIndex"
At E:\CrystalDiskInfo-Log-Parser.ps1:271 char:9
+         [int64]$LoadUnloadCycleCount = "0x" + ($diskinfo | Where-Obje ...
+         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument: (:) [], RuntimeException
    + FullyQualifiedErrorId : InvalidCastFromStringToInteger

Cannot convert value "0x" to type "System.Int64". Error: "Index was out of range. Must be non-negative and less than
the size of the collection.
Parameter name: startIndex"
At E:\CrystalDiskInfo-Log-Parser.ps1:277 char:9
+         [int64]$WriteErrorRate = "0x" + ($diskinfo | Where-Object { $ ...
+         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument: (:) [], RuntimeException
    + FullyQualifiedErrorId : InvalidCastFromStringToInteger