PowerShell – Base64 to Byte File 2017-06-23 Camille Debay Leave a comment $Bytes=[Convert]::FromBase64String($String) [IO.File]::WriteAllBytes($Filename, $bytes) Share this:Click to share on Twitter (Opens in new window)Click to share on LinkedIn (Opens in new window)Click to share on Reddit (Opens in new window)Click to email this to a friend (Opens in new window)Like this:Like Loading...