Bug: Update-Lab reapplies all DSC configs wo first testing current state #349
Labels
enhancement
The issue is an enhancement request.
help wanted
The issue is up for grabs for anyone in the community.
When updating the lab containing DSC configs, it seems that all config is reapplied regardless if it's necessary or not.
To speed up an update, the DSC config should be checked at each node first using Test-DscConfiguration -Path MOF-folder path.
Then apply the config if it doesn't match or can't be found.
The text was updated successfully, but these errors were encountered: