PSEindowsUpdate.psd1
|
@{ RootModule = 'PSEindowsUpdate.psm1' ModuleVersion = '1.0.0' GUID = 'bd90515b-b0d7-4568-a83e-fe7549bec59d' Author = 'Skyler Bennett' CompanyName = 'Skyler Bennett' Copyright = '(c) Skyler Bennett. All rights reserved.' Description = 'Flexible automation helpers' PowerShellVersion = '5.1' FunctionsToExport = @('Get-PSEindowsUpdateStatus', 'Initialize-PSEindowsUpdate') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |