September 2017
Beginner to intermediate
272 pages
8h 8m
English
You may come across a situation where a DSC configuration run has been executed but failed at some point in the process. Perhaps you have fixed the problem or simply want to run it again, but DSC provides the following error:
Cannot invoke the SendConfigurationApply method.The SendConfigurationApply method is in progress and must returnbefore SendConfigurationApply can be invoked.+ CategoryInfo : NotSpecified: (root/Microsoft/...gurationManager:String) [], CimException+ FullyQualifiedErrorId : MI RESULT 1+ PSComputerName: box1
This means that DSC thinks there is an execution run currently in progress and it's trying to protect you by not running another execution run. If more than one execution is allowed to run at ...
Read now
Unlock full access