File size: 467 Bytes
8c763fb
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@{
    GUID = '41486F7D-842F-40F1-ACE4-8405F9C2ED9B'
    Author="PowerShell"
    CompanyName="Microsoft Corporation"
    Copyright="Copyright (c) Microsoft Corporation."
    ModuleVersion = '2.0.0.0'
    PowerShellVersion = '3.0'
    FormatsToProcess = @()
    TypesToProcess = @()
    NestedModules = @( 'CimTest.cdxml')
    AliasesToExport = @()
    CmdletsToExport = @()
    FunctionsToExport = @( 'Get-CimTest', 'Remove-CimTest', 'New-CimTest', 'Set-CimTest' )
}