-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Closed
Labels
Area-DSCDesired State Configuration issuesDesired State Configuration issuesIssue-Questionideally support can be provided via other mechanisms, but sometimes folks do open an issue to get aideally support can be provided via other mechanisms, but sometimes folks do open an issue to get a
Description
I have successfully parsed and applied DSC configurations in PS Core on Windows 10 and Server 2016. However, I receive errors on 2012R2 when parsing the DSC configuration
. The error is basically coming from https://github.com/PowerShell/PowerShell/blob/master/src/System.Management.Automation/DscSupport/CimDSCParser.cs#L683 because BaseRegistration\\MSFT_MetaConfigurationExtensionClasses.Schema.mof
does not exist. If I update the server to WMF5, the parsing works.
Is it expected that DSC configuration parsing work on WMF 4?
Metadata
Metadata
Assignees
Labels
Area-DSCDesired State Configuration issuesDesired State Configuration issuesIssue-Questionideally support can be provided via other mechanisms, but sometimes folks do open an issue to get aideally support can be provided via other mechanisms, but sometimes folks do open an issue to get a