Update-DscConfiguration -ComputerName $myserver -Wait -Verbose
In POSH5 this results in “check if a new MOF is available on the pull server, and if so apply that MOF”
In POSH4 this results in “check if a new MOF is available on the pull server, and if so apply that MOF OR if there is no new MOF, reapply the current MOF”
You guessed it: I liked the behavior of POSH4 better. Is this change “by design”? And if so, what is the reasoning behind this?
My workaround, prior to the Update-DscConfiguration command, run:
Remove-DscConfigurationDocument -CimSession $myserver -Stage Current