I installed IIS using DSC a while back and since then changes have been made manually to the IIS configuration. Recently, someone ran Start-DSCConfiguration and it reported that IIS configuration had drifted and it will be corrected as per the original config defined in the DSC, but looks like this hasn't happened yet. My worry is it will after restarting the server/IIS.
We don't want the settings to be removed, so I ran Remove-DscConfigurationDocument. I can see pending.mof has been deleted but pending.mof.tmp resides in C:\Windows\System32\Configuration.
Does anyone know what is the pending.mof.tmp file? Also, if I restart my server, will it revert to original configuration, removing the manual changes?