Skip to content

Instantly share code, notes, and snippets.

@JohnHammond
Created May 3, 2021 23:08
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save JohnHammond/dd8a8ae75361f783dc87c5b3ad07f7e7 to your computer and use it in GitHub Desktop.
Save JohnHammond/dd8a8ae75361f783dc87c5b3ad07f7e7 to your computer and use it in GitHub Desktop.
&([scriptblock]::create((
New-Object IO.StreamReader(
New-Object IO.Compression.GzipStream((
New-Object IO.MemoryStream(,
[Convert]::FromBase64String(
''...BASE64GZIPDATA...''
))),[IO.Compression.CompressionMode]::Decompress))).ReadToEnd()))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment