for ($i = 0; $i -lt 32; $i++) { $a = Read-Host if ($a[1] -eq $a[2]) { Write-Host $a[2] } Else { Write-Host $a[4] } }