Summary: Use Windows PowerShell 4.0 DSC to easily remediate a server.
How can I see what has been fixed on the server before I re-apply a DSC configuration?
Use the –Verbose switch when you call the Start-DSCConfiguration cmdlet:
Start-DscConfiguration -Path "C:\DSC\Configurations\" -Wait -Verbose