PowerShell – Base64 to Byte File 2017-06-23 Camille Debay $Bytes=[Convert]::FromBase64String($String) [IO.File]::WriteAllBytes($Filename, $bytes)