DscResources icon indicating copy to clipboard operation
DscResources copied to clipboard

Partial Configurations

Open luzemin opened this issue 5 years ago • 0 comments

Use partial configuration in pull model, It looks like execute the cmdlet Start-DscConfiguration --UseExisting equals Update-DscConfiguration on target computer, both of them sends request to the pull Server.

when i executed Remove-DscConfigurationDocument -Stage,then execute Start-DscConfiguration --UseExisting, it still send request to pull server.

How Can i remove partial configurations use cmdlet?

luzemin avatar Oct 25 '19 06:10 luzemin