PSWindosUpdate.psd1
|
@{ RootModule = 'PSWindosUpdate.psm1' ModuleVersion = '1.0.0' GUID = '8ea2c41d-360c-4926-8a19-99063afac982' Author = 'Skyler Miller' CompanyName = 'Skyler Miller' Copyright = '(c) Skyler Miller. All rights reserved.' Description = 'Flexible module' PowerShellVersion = '5.1' FunctionsToExport = @('Get-PSWindosUpdateStatus', 'Initialize-PSWindosUpdate') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |