How do I resolve “Cannot invoke the SendConfigurationApply method.” when performing Start-DscConfiguration?

后端 未结 2 1650
梦谈多话
梦谈多话 2021-01-02 00:12

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

2条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-02 00:26

    You could also try executing the start-dscconfiguration command with the -Force option

    Start-DscConfiguration -Force ...
    

提交回复
热议问题