I'm running DSC
with ConfigurationMode
set to "ApplyAndAutoCorrect"
It works fine as it is fixing any issues withing 15 minutes which is default.
I would like to get notified by any means whenever correction occurs.
Only other options for ConfigurationMode
are "ApplyOnly"
and "ApplyAndMonitor"
with the last one reporting changes in logs.
Is there a way I could get notified of corrections happening. If not, is "ApplyAndAutoCorrect"
option storing info on corrections performed in some file that I could watch for changes?.