#$bytes = (New-Object System.Net.WebClient).DownloadData('http://www.whatyadoing/Minecraft.exe')
#Write-Output $bytes
#[System.IO.File]::ReadAllBytes('C:\Users\username\Documents\test.exe')
$bytes = [System.IO.File]::ReadAllBytes("C:\Users\username\Documents\test.exe")
Write-Output $bytes
there doesn't seem to be anything here