Skip to content

Instantly share code, notes, and snippets.

@jjruescas
Last active April 15, 2020 16:20
Show Gist options
  • Save jjruescas/a2d012bded2e203c0ff67a11059190c6 to your computer and use it in GitHub Desktop.
Save jjruescas/a2d012bded2e203c0ff67a11059190c6 to your computer and use it in GitHub Desktop.
Powershell DSC Log
## Clueless about what your Powershell DSC Configuration is doing? No problem! You can find the log files in json format in this location:
## This is especially useful when you configure Reboots and there are DSC Resources that depend on that reboot. The log file will display what happened during the whole execution of the configuration pre and post-reboot
C:\Windows\System32\Configuration\ConfigurationStatus
#Troubleshooting Microsoft Link
# https://docs.microsoft.com/en-us/powershell/scripting/dsc/troubleshooting/troubleshooting?view=powershell-7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment