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

Download Documentation #14

Closed MHammett closed 7 years ago

MHammett commented 7 years ago

You might want to include some documentation on the site as to how to actually download your work now that it's on GitHub. I wanted to get from GitHub, but I gave up and just got the ZIP from CodePlex.

raandree commented 7 years ago

Thanks for the headsup. GitHub does not make it easy to find the right place to look at: https://github.com/raandree/NTFSSecurity/releases. I will update the intro page accordingly.

raandree commented 7 years ago

Updated the documentation.