-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Cannot parse DSC configuration on WMF 4 #4525
Copy link
Copy link
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
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
Type
Fields
Give feedbackNo fields configured for issues without a type.
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 becauseBaseRegistration\\MSFT_MetaConfigurationExtensionClasses.Schema.mofdoes not exist. If I update the server to WMF5, the parsing works.Is it expected that DSC configuration parsing work on WMF 4?