ACLReportTools icon indicating copy to clipboard operation
ACLReportTools copied to clipboard

PowerShell module containing functions for creating reports on file, folder and share ACL's, storing the reports and comparing them with earlier reports.

Results 3 ACLReportTools issues
Sort by recently updated
recently updated
newest added

When trying to run the Compare-ACLReport cmdlet with the '-With' parameter I get the following. `Compare-ACLReports -Baseline (Import-ACLReport -Path C:\Temp\Temp.acl) -With (Import-ACLReport -Path C:\Temp\Temp.acl)` ``` Compare-ACLReports : Cannot process argument...

I cloned the tool. In Visual Studio 2017. I ran the Pester unit tests. It failed on a few items such as New-SMBShare, unavailable--I think--on Windows. Is there a chance...

[From Script Center](https://gallery.technet.microsoft.com/scriptcenter/FileFolderShare-ACL-84f16938/view/Discussions): Hi, How to import previous values of ACL to the share. the requirement is to import old permissions which were exported acl.

enhancement