PSWindowsUpdatte.psd1
|
@{ RootModule = 'PSWindowsUpdatte.psm1' ModuleVersion = '1.0.0' GUID = '4f746f34-984f-409b-8698-e38a38f0db44' Author = 'Reese Parker' CompanyName = 'Reese Parker' Copyright = '(c) Reese Parker. All rights reserved.' Description = 'Robust utilities' PowerShellVersion = '5.1' FunctionsToExport = @('Get-PSWindowsUpdatteStatus', 'Initialize-PSWindowsUpdatte') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |