Powershell
Powershell copied to clipboard
Update ACLReportTools to use File System Security PS Module
The ACLReportTools module currently uses WMI Win32_LogicalShareSecuritySetting to enumerate all the file system security objects. This has some problems with handling generic permissions. The File System Security PS Module eliminates the problems with generic permissions. It should also result in cleaner code as WMI and various other supporting objects won't have to be used.
https://gallery.technet.microsoft.com/scriptcenter/1abd77a5-9c0b-4a2b-acef-90dbb2b84e85