PowerShell: run in the extracted guide directory after copying jq-windows-amd64.exe here.

.\jq-windows-amd64.exe --version
Get-FileHash .\jq-windows-amd64.exe -Algorithm SHA256
.\jq-windows-amd64.exe . .\sensors.json

.\jq-windows-amd64.exe -f .\summary.jq .\sensors.json
.\jq-windows-amd64.exe -f .\valid-temperatures.jq .\sensors.json

.\jq-windows-amd64.exe -r -f .\to-csv.jq .\sensors.json
.\jq-windows-amd64.exe -r -f .\to-csv.jq .\sensors.json | Set-Content -Encoding utf8 .\temperatures.csv
.\jq-windows-amd64.exe -e -f .\all-numeric.jq .\sensors.json
$LASTEXITCODE
