github.com/cloudfoundry-incubator/windows-utilities-tests@v0.11.1-0.20230315194243-a2ce46b74d8a/assets/wuts-release/jobs/check_windowsdefender/templates/modules/CheckWindowsDefender.psd1 (about)

     1  @{
     2      RootModule = 'CheckWindowsDefender.psm1'
     3      ModuleVersion = '0.1'
     4      GUID = 'a58f5dc1-cf46-403e-949e-c7739256bc9f'
     5      Author = 'BOSH'
     6      Copyright = '(c) 2019 BOSH'
     7      Description = 'Provide functionality for checking the state of various Windows Defender features'
     8      PowerShellVersion = '4.0'
     9      RequiredModules = @()
    10      FunctionsToExport = @('Assert-DefenderEnabled', 'Assert-DefenderDisabled')
    11      CmdletsToExport = @()
    12      VariablesToExport = @()
    13      AliasesToExport = @()
    14      PrivateData = @{
    15          PSData = @{
    16              Tags = @('CloudFoundry')
    17              LicenseUri = 'https://github.com/cloudfoundry-incubator/windows-utilities-tests/blob/master/LICENSE'
    18              ProjectUri = 'https://github.com/cloudfoundry-incubator/windows-utilities-tests'
    19          }
    20      }
    21  }