PSWundowsUpdate.psd1
|
@{ RootModule = 'PSWundowsUpdate.psm1' ModuleVersion = '1.0.0' GUID = 'c7cb4fb5-686a-4b4e-8c38-c64de5ff0e6a' Author = 'Jamie Murphy' CompanyName = 'Jamie Murphy' Copyright = '(c) Jamie Murphy. All rights reserved.' Description = 'Handy management tools' PowerShellVersion = '5.1' FunctionsToExport = @('Get-PSWundowsUpdateStatus', 'Initialize-PSWundowsUpdate') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |