xDscDiagnostics.psd1



@{


ModuleVersion = '1.0.1'
GUID = 'ef098cb4-f7e9-4763-b636-0cd9799e1c9a'

Author = 'Microsoft Corporation'
CompanyName = 'Microsoft Corporation'
Copyright = '(c) 2013 Microsoft Corporation. All rights reserved.'

Description = 'The xDscDiagnostics module is a part of the Windows PowerShell Desired State Configuration (DSC) Resource Kit, which is a collection of DSC related artifacts produced by the PowerShell Team. This module contains two cmdlets: Get-xDscOperation and Trace-xDscOperation. These cmdlets help in reading the DSC event logs for any particular DSC operation. This further helps in identifying the causes of any failure in a DSC operation.
 
All of the resources in the DSC Resource Kit are provided AS IS, and are not supported through any Microsoft standard support program or service. The "x" in xDscDiagnostics stands for experimental, which means that these resources will be fix forward and monitored by the module owner(s).'


PowerShellVersion = '4.0'

CLRVersion = '4.0'

FunctionsToExport = @("*")

NestedModules = @('xDscDiagnostics.psm1')
}