Powershell
Powershell copied to clipboard
File/Folder ACL's sometimes show a change in rights when none have occurred
This seems to be because some rights combinations aren't able to be converted to string correctly and are output as a signed long.
Example from report: \PLAGUE-CLIENT\Share3 : 'NT AUTHORITY\Authenticated Users' ACL rights changed from Modify, Synchronize to -536805376
This is the issue that is occurring: http://blog.cjwdev.co.uk/2011/06/28/permissions-not-included-in-net-accessrule-filesystemrights-enum/