Scripts/Reskit9/All Resources/xDscDiagnostics/xDscDiagnostics.psd1
@{ ModuleVersion = '2.0' GUID = 'ef098cb4-f7e9-4763-b636-0cd9799e1c9a' Author = 'Microsoft Corporation' CompanyName = 'Microsoft Corporation' Copyright = '(c) 2013 Microsoft Corporation. All rights reserved.' Description = 'Module to help in reading details from DSC events' PowerShellVersion = '4.0' CLRVersion = '4.0' FunctionsToExport = @("*") NestedModules = @('xDscDiagnostics.psm1') } |