github.com/cloudfoundry-incubator/stembuild@v0.0.0-20211223202937-5b61d62226c6/modules/BOSH.WindowsUpdates/BOSH.WindowsUpdates.psd1 (about) 1 @{ 2 RootModule = 'BOSH.WindowsUpdates' 3 ModuleVersion = '0.1' 4 GUID = 'f46b71ee-e11d-4f80-34c7-665d64250ae8' 5 Author = 'BOSH' 6 Copyright = '(c) 2017 BOSH' 7 Description = 'Install Windows Updates on a BOSH deployed vm' 8 PowerShellVersion = '4.0' 9 RequiredModules = @('BOSH.Utils','BOSH.WinRM','BOSH.Autologon') 10 FunctionsToExport = '*' 11 CmdletsToExport = @() 12 VariablesToExport = '*' 13 AliasesToExport = @() 14 PrivateData = @{ 15 PSData = @{ 16 Tags = @('Windows', 'Updates') 17 LicenseUri = 'https://github.com/cloudfoundry-incubator/bosh-windows-stemcell-builder/blob/master/LICENSE' 18 ProjectUri = 'https://github.com/cloudfoundry-incubator/bosh-windows-stemcell-builder' 19 } 20 } 21 }