PowerShell / PSDesiredStateConfiguration

Source for https://www.powershellgallery.com/packages/PSDesiredStateConfiguration module
MIT License
58 stars 14 forks source link

Debug messages in the powershell dsc resource are not shown on console. #67

Open bagajjal opened 3 years ago

bagajjal commented 3 years ago

Ex - I have the below debug statement in my powershell resource. image

Below command doesn't show the debug messages in the powershell resource Invoke-DscResource -Name <resource_name> -ModuleName <module_name> -Method Get -Property <property_bag> -Verbose -Debug

Platzer commented 1 year ago

Same issue with -Verbose output here as well. @bagajjal did find a workaround?