dlwyatt / PolicyFileEditor

PowerShell functions and DSC resource wrappers around the TJX.PolFileEditor.PolFile .NET class.
Apache License 2.0
189 stars 33 forks source link

Comment-Based Help #11

Open AspenForester opened 6 years ago

AspenForester commented 6 years ago

I can see from the source code that comment-based help should exist for, at least, Set-PolicyFileEntry, but after installing the module (v3.0.1) from PSGallery on a Win10 1709 machine, doing a `Get-Help Set-PolicyFileEntry -showwindow' is only giving me the basic, auto-generated help. That leads me to think there might be something wrong with the help block, but I haven't found it yet.

I'm going to fork the project and see what I can see in VSCode, and if I find something I'll make a pull request.

I just wanted you to be aware that I'm looking at it. If it's some sort of known issue, feel free to wave me off.