pf-encrypt.psd1
@{ RootModule = 'pf-encrypt.psm1' ModuleVersion = '1.0.0.165' GUID = 'c9fc482f-2df0-4f7e-982e-3d6ca25a7db3' Author = 'John.Leyva' CompanyName = 'Unknown' Copyright = '(c) John.Leyva. All rights reserved.' Description = 'NewModule' FunctionsToExport = 'Get-Metadata_pf_encrypt', 'Get-SecureKey', 'Get-SecureKey_Plain', 'Get-Unzip_Path', 'New-Credential', 'Remove-UnEncrypted', 'Set-Content_Encrypt', 'Set-Content_UnEncrypt', 'Set-SecureKey' CmdletsToExport = @() VariablesToExport = '*' AliasesToExport = @() PrivateData = @{ PSData = @{ } } } |