You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wesley Smith posted the following question for xPSDesiredStateConfiguration Module – PowerShell DSC Resource Kit on Wednesday, October 1, 2014. View online.
Errors creating a service are not logged
Using ModuleVersion = '3.0.2.0': When using xService, if the service doesn't get created due to a configuration error, then the DSC log doesn't show the error message. I believe that this is because of a error in MSDT_xServiceResource.psm1, near line 293:
Write-Log ("Error creating service `"$($argumentsToNewService["Name"])`"",$_.Exception.Message)
Write-Log is expecting a string argument, but it's being passed a string[].
The text was updated successfully, but these errors were encountered:
Wesley Smith posted the following question for xPSDesiredStateConfiguration Module – PowerShell DSC Resource Kit on Wednesday, October 1, 2014. View online.
Errors creating a service are not logged
Using ModuleVersion = '3.0.2.0': When using xService, if the service doesn't get created due to a configuration error, then the DSC log doesn't show the error message. I believe that this is because of a error in MSDT_xServiceResource.psm1, near line 293:
Write-Log is expecting a string argument, but it's being passed a string[].
The text was updated successfully, but these errors were encountered: