If (10 –gt 11) { Write-Host "This doesn't work." } elseif (11 –lt 10) { Write-Host "Still doesn't work" }...
my place on the web
my place on the web
If (10 –gt 11) { Write-Host "This doesn't work." } elseif (11 –lt 10) { Write-Host "Still doesn't work" }...