Created
July 30, 2019 11:31
-
-
Save johlju/b44658de63cf8b454051bcabf9083034 to your computer and use it in GitHub Desktop.
Set LCM DebugMode to ForceModuleImport
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Configuration SetDebugModeForceModuleImport { | |
Node localhost | |
{ | |
LocalConfigurationManager | |
{ | |
DebugMode = 'ForceModuleImport' | |
} | |
} | |
} | |
SetForceImport -OutputPath C:\DSC -Verbose | |
Set-DscLocalConfigurationManager -Path C:\Dsc | |
Get-DscLocalConfigurationManager |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment