Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
Force a refresh of an applied DSC configuration.
February 27, 2016
Q. I have a Desired State Configuration applied to a machine, how can I force it to refresh?
A. To force a DSC refresh for an applied configuration run the following command:
Start-DscConfiguration –UseExisting –Verbose –Wait
You May Also Like