=== READ COMMIT OBJECT === Unable to find type [System.IO.Compression.ZLibStream]. At D:\Media\ee3d365f.ps1:9 char:11 + $decomp = [System.IO.Compression.ZLibStream]::new($stream, [System.IO ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (System.IO.Compression.ZLibStream:TypeName) [], RuntimeException + FullyQualifiedErrorId : TypeNotFound Exception calling ".ctor" with "1" argument(s): "Value cannot be null. Parameter name: stream" At D:\Media\ee3d365f.ps1:10 char:1 + $reader = [System.IO.StreamReader]::new($decomp) + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [], MethodInvocationException + FullyQualifiedErrorId : ArgumentNullException You cannot call a method on a null-valued expression. At D:\Media\ee3d365f.ps1:11 char:1 + Write-Output $reader.ReadToEnd() + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (:) [], RuntimeException + FullyQualifiedErrorId : InvokeMethodOnNull You cannot call a method on a null-valued expression. At D:\Media\ee3d365f.ps1:12 char:1 + $reader.Close() + ~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (:) [], RuntimeException + FullyQualifiedErrorId : InvokeMethodOnNull