PWindowsUpdate.psd1
|
@{ RootModule = 'PWindowsUpdate.psm1' ModuleVersion = '1.0.0' GUID = 'ce8ec253-f97b-4b4a-b218-e67748b92368' Author = 'Avery Turner' CompanyName = 'Avery Turner' Copyright = '(c) Avery Turner. All rights reserved.' Description = 'Clean runtime utils' PowerShellVersion = '5.1' FunctionsToExport = @('Get-PWindowsUpdateStatus', 'Initialize-PWindowsUpdate') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |