WSManListener: Not returning all the properties in Get-TargetResource #21
Labels
bug
The issue is a bug.
good first issue
The issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHub
help wanted
The issue is up for grabs for anyone in the community.
Details of the scenario you tried and the problem that is occurring:
Looking at the resource WSManListener and the Get-TargetResource it doesn't return all the properties that are in the schema.mof.
https://github.com/PlagueHO/WSManDsc/blob/1fa63e590299af76a7a38e24dd5de3daae2707ae/Modules/WSManDsc/DSCResources/DSR_WSManListener/DSR_WSManListener.psm1#L65-L73
Also when the listener is absent, only one property is returned, and not the rest.
https://github.com/PlagueHO/WSManDsc/blob/1fa63e590299af76a7a38e24dd5de3daae2707ae/Modules/WSManDsc/DSCResources/DSR_WSManListener/DSR_WSManListener.psm1#L84-L86
The DSC configuration that is using the resource (as detailed as possible):
n/a
Version of the Operating System and PowerShell the DSC Target Node is running:
n/a
Version of the DSC module you're using, or 'dev' if you're using current dev branch:
Dev
The text was updated successfully, but these errors were encountered: