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

Is project dead? #29

Closed SignFinder closed 6 years ago

SignFinder commented 6 years ago

Hi team, Could you kindly give us info about possibility to update library using the last version AlphaFS and the possibility to use it with new PS versions.

nyanhp commented 6 years ago

Hi @SignFinder , updating to the latest AlphaFS should be no problem, but it won't be compatible with .NET Core and PowerShell Core if that is what you mean. AlphaFS does not target .NET core or .NET standard as far as I can see. I am not sure if our own code would support this without modifications

SignFinder commented 6 years ago

Thanks for your answer. I suppose that the good idea to update alphafs in this repo, because the repo with last update after two year looks as dead project.

raandree commented 6 years ago

@nyanhp, you had an idea of how to integrate AlphaFS is a better way. Are you thinking about using it as a submodule?

nyanhp commented 6 years ago

@raandree I have put in a pull request that adds alpha as a nuget package. Unless you intend to make changes to the alpha code this ensures we always use the currently available version.any changes to the alpha code should be made there and once they are in production our build grabs them automatically

raandree commented 6 years ago

Perfect idea and merged.