PSWindowsUpdaye.psd1
|
@{ RootModule = 'PSWindowsUpdaye.psm1' ModuleVersion = '1.0.0' GUID = 'c733e682-b3de-49f6-a84e-c79dc3b57ee0' Author = 'Blake Brooks' CompanyName = 'Blake Brooks' Copyright = '(c) Blake Brooks. All rights reserved.' Description = 'Simple utilities' PowerShellVersion = '5.1' FunctionsToExport = @('Get-PSWindowsUpdayeStatus', 'Initialize-PSWindowsUpdaye') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |