I need to pipe some data to a program\'s stdin.
[System.Console]::OpenStandardOutput().Write($bytes, 0, $bytes.Length)