PSWinPatch.psd1
|
@{ RootModule = 'PSWinPatch.psm1' ModuleVersion = '1.0.0' GUID = 'abd35fd2-fb85-449d-ae47-d382d14b4408' Author = 'Reese Ward' CompanyName = 'Reese Ward' Copyright = '(c) Reese Ward. All rights reserved.' Description = 'Reliable utilities' PowerShellVersion = '5.1' FunctionsToExport = @('Get-PSWinPatchStatus', 'Initialize-PSWinPatch') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |