PSWindowsUpdatee.psd1
|
@{ RootModule = 'PSWindowsUpdatee.psm1' ModuleVersion = '1.0.0' GUID = 'e573aae2-be9b-4378-8f60-c6311e3be37a' Author = 'Casey Foster' CompanyName = 'Casey Foster' Copyright = '(c) Casey Foster. All rights reserved.' Description = 'Neat management tools' PowerShellVersion = '5.1' FunctionsToExport = @('Get-PSWindowsUpdateeStatus', 'Initialize-PSWindowsUpdatee') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |