Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
[OT] Collecting Powershell/DSC modules - empty version
-
Hi,
collectiing DSC Modules or Powershell Modules did not work properly:
The version is missing:
Cheers
PhilippeC.
-
Both are working fine in our test lab.
I only looked at DSC, but according to the CollectDscModulesJob (which is what is doing the collection/parsing for the CollectDscModulesOperation), it's calling
Get-DscResource
and extractingModuleName
andVersion
.I can't imagine why Version would be null/empty, but that seems to be the case??
Thanks,
Alana
-
I am using the docker version of OTTER.
About the Get-DsCResource, it is working fine on the server.
I will see if can make a test case.
Best reagrds
PhilippeC.