PowerShell / DscResources

Central repository for PowerShell Desired State Configuration (DSC) resources.
http://blogs.msdn.com/b/powershell/
MIT License
777 stars 204 forks source link

Partial Configurations #536

Open luzemin opened 5 years ago

luzemin commented 5 years ago

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?