ConvertFrom-GZipString.psd1
@{ RootModule = 'ConvertFrom-GZipString.psm1' ModuleVersion = '0.9.0' GUID = '78b65f6e-cf53-46f3-98c1-887e45d37895' Author = 'Cody Diehl [c.diehl@protera.com]' CompanyName = 'Protera Technologies LLC' Copyright = '(c) Cody Diehl, Protera Technologies LLC. All rights reserved.' Description = 'Converts a GZipped and Base64 Encoded string into its original string content' FunctionsToExport = '*' CmdletsToExport = @() VariablesToExport = '*' AliasesToExport = @() PrivateData = @{ PSData = @{}; } } |