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
Updated references to AlphaFS and S.M.Automation #30
Updated the solution/projects to make use of NuGet to pull the latest AlphaFS version as well as System.Management.Automation