raandree / NTFSSecurity

Managing permissions with PowerShell is only a bit easier than in VBS or the command line as there are no cmdlets for most day-to-day tasks like getting a permission report or adding permission to an item. PowerShell only offers Get-Acl and Set-Acl but everything in between getting and setting the ACL is missing. This module closes the gap.
MIT License
431 stars 61 forks source link

Markdown help & automated docs build #62

Closed Sup3rlativ3 closed 4 years ago

Sup3rlativ3 commented 4 years ago

This PR adds the base markdown help files for all of the cmdlets.

I've added ReadTheDocs support for the Markdown as per #47 (comment).

I have also included an appveyor config to allow automated build tests to confirm if the documentation is up-to-date.

Please refer to "Add-NTFSAccess.md" for what you can expect to see if this is the direction you would like to go.

Please let me know if I've done something wrong as this isn't something I do often.

Sup3rlativ3 commented 4 years ago

I'll await comment from @raandree before moving too much further with this.

For reference, you can see the docs at ReadTheDocs

AspenForester commented 4 years ago

Thanks for contributing all that! When this gets merged, it's going to be very helpful for folks!

Sup3rlativ3 commented 4 years ago

Just wondering if this is going to be reviewed any time soon or should I focus my efforts elsewhere?

raandree commented 4 years ago

Sorry that I did not put enough attention to this module. Thank you very much for your contribution. This looks like you put a lot of time and effort into this.