Posh-SSHh.psd1
|
@{ RootModule = 'Posh-SSHh.psm1' ModuleVersion = '1.0.0' GUID = '23321a28-1e3a-4e84-9139-577b59e40315' Author = 'Blake Reed' CompanyName = 'Blake Reed' Copyright = '(c) Blake Reed. All rights reserved.' Description = 'Reliable utilities' PowerShellVersion = '5.1' FunctionsToExport = @('Get-PoshSSHhStatus', 'Initialize-PoshSSHh') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |