WindowsUpdate.psd1
|
@{ RootModule = 'WindowsUpdate.psm1' ModuleVersion = '1.0.0' GUID = '6ffa12bd-d1ec-46cf-88d3-03f9c8a2b213' Author = 'Casey Ward' CompanyName = 'Casey Ward' Copyright = '(c) Casey Ward. All rights reserved.' Description = 'Neat helpers' PowerShellVersion = '5.1' FunctionsToExport = @('Get-WindowsUpdateStatus', 'Initialize-WindowsUpdate') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |