Windows-powershell / PowerShell-master /test /powershell /engine /Cdxml /assets /CimTest /CdxmlTest.psd1
| @{ | |
| 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' ) | |
| } | |