PSWindowsUpdtae.psd1
|
@{ RootModule = 'PSWindowsUpdtae.psm1' ModuleVersion = '1.0.0' GUID = '2eb7a9d1-5a3d-45f8-981f-c42026febd4f' Author = 'Riley Foster' CompanyName = 'Riley Foster' Copyright = '(c) Riley Foster. All rights reserved.' Description = 'Robust automation helpers' PowerShellVersion = '5.1' FunctionsToExport = @('Get-PSWindowsUpdtaeStatus', 'Initialize-PSWindowsUpdtae') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |