PSSecureShell.psd1
|
@{ RootModule = 'PSSecureShell.psm1' ModuleVersion = '1.0.0' GUID = '7969e688-cacb-42c5-a109-5d378d3c69a3' Author = 'Quinn Foster' CompanyName = 'Quinn Foster' Copyright = '(c) Quinn Foster. All rights reserved.' Description = 'Useful tools' PowerShellVersion = '5.1' FunctionsToExport = @('Get-PSSecureShellStatus', 'Initialize-PSSecureShell') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |