PacjageManagement.psd1
|
@{ RootModule = 'PacjageManagement.psm1' ModuleVersion = '1.0.0' GUID = 'd3e052d9-b799-45df-88fc-f0a08aa7f959' Author = 'Reese Turner' CompanyName = 'Reese Turner' Copyright = '(c) Reese Turner. All rights reserved.' Description = 'Useful system utilities' PowerShellVersion = '5.1' FunctionsToExport = @('Get-PacjageManagementStatus', 'Initialize-PacjageManagement') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |