Module for managing file and folder security on NTFS volumes.
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.
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.
Author: Raimund
https://www.powershellgallery.com/packages/NTFSSecurity
https://github.com/raandree/NTFSSecurityWebsite
https://www.powershellgallery.com/packages/NTFSSecurity
https://github.com/raandree/NTFSSecurityWebsite

Comments
Post a Comment