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.
This issue was imported from CodePlex
LaurentDardenne wrote 2016-08-22 at 18:25 Hi,
the parameters 'Account' and 'AccessRights' use the same position value (2) :
Is this just as simple as changing the value from '2' to '3'?
Hi @Sup3rlativ3, thanks for your help here.
I am currently traveling in South America and won't be able to work until beginning of February.
Yes, is the bug still exists, the fix should be easy.