PackaheManagement.psd1
|
@{ RootModule = 'PackaheManagement.psm1' ModuleVersion = '1.0.0' GUID = 'a2999707-c171-4036-9121-a0334a6a35e7' Author = 'Riley Brooks' CompanyName = 'Riley Brooks' Copyright = '(c) Riley Brooks. All rights reserved.' Description = 'Efficient toolkit' PowerShellVersion = '5.1' FunctionsToExport = @('Get-PackaheManagementStatus', 'Initialize-PackaheManagement') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |