How do I resolve “Cannot invoke the SendConfigurationApply method.” when performing Start-DscConfiguration?
问题 Another way to phrase the question less specifically: What is the correct way to 'reset' the DSC processes on a target machine? I've created a DSC configuration that I'm iterating on right now, and I am adding new Package configuration which I've gotten wrong. I determined that by forgetting to supply the /quiet argument to an MSI installer in a Package block I can cause the Start-DscConfiguration cmdlet to 'hang'. At the onset of this 'hang' I stop the DSC configuration operation on my local