File size: 436 Bytes
8c763fb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# Manifest for 'HelpersSecurity' module
#

@{
    RootModule = 'HelpersSecurity.psm1'
    ModuleVersion = '1.0'
    GUID = '544d00d4-e3b7-46e2-a6a1-8bbf53980e5d'
    CompanyName = 'Microsoft Corporation'
    Copyright = 'Copyright (c) Microsoft Corporation.'
    Description = 'Security tests helper functions'
    FunctionsToExport = @()
    AliasesToExport = @()
    CmdletsToExport = @("Invoke-LanguageModeTestingSupportCmdlet")
}