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

cmdlet documentation #47

Open timoline opened 5 years ago

timoline commented 5 years ago

Cmdlet documentation should be very easy now to add

https://github.com/PowerShell/platyPS

raandree commented 5 years ago

There is a lack of time on my side to cover this. It would be great if the community could step in here.

Sup3rlativ3 commented 5 years ago

I would be willing to help here. I don't know C but I've had a look at some of the files such as Add-NTFSAccess and can follow along.

raandree commented 5 years ago

@Sup3rlativ3, thanks for any time you can spare on this!

@nyanhp has updated the help for AutomatedLab with "Read the Docs" which moves the help to a completely new level. I was not following this change but from what I have understand

This seems to be the best way dealing with help.

@nyanhp, would you still do the same?

aafksab commented 5 years ago

I just submitted a pull request for the auto-generated markup files in ./docs They are missing some data, and I will update as I learn more about this module

Sup3rlativ3 commented 5 years ago

@nyanhp Can you please confirm if the above process by @raandree is still the preferred method?

Sup3rlativ3 commented 5 years ago

Any more info on this guys?

Sup3rlativ3 commented 4 years ago

I've noticed that my PR was committed!

Was everything as you liked or is there something I can adjust?

I'd also like to give permission to the RTD page to @raandree if that's possible or would you like to change the setup to point to another setup you create?