Powershell icon indicating copy to clipboard operation
Powershell copied to clipboard

Update ACLReportTools to use File System Security PS Module

Open PlagueHO opened this issue 11 years ago • 0 comments

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

PlagueHO avatar Dec 18 '14 08:12 PlagueHO